Skip to content
Snippets Groups Projects
Commit 64e1105d authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] a computation test sometimes fail

parent 20cf7606
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ describe("Continous proof-of-work", function() { ...@@ -104,7 +104,7 @@ describe("Continous proof-of-work", function() {
// If we wait a bit, the loop should be ended // If we wait a bit, the loop should be ended
await new Promise((resolve) => setTimeout(resolve, 100)); await new Promise((resolve) => setTimeout(resolve, 100));
s1.permaProver.should.have.property('loops').greaterThanOrEqual(6); s1.permaProver.should.have.property('loops').greaterThanOrEqual(5);
}) })
it('testing proof-of-work during a block pulling', async () => { it('testing proof-of-work during a block pulling', async () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment