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
Branches
Tags
No related merge requests found
......@@ -104,7 +104,7 @@ describe("Continous proof-of-work", function() {
// If we wait a bit, the loop should be ended
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 () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment