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

[fix] #1234 Need at least 1ms for PoW pauses

parent 3bb0aa73
Branches
No related tags found
4 merge requests!12331.6,!12291.6 into DockerBuild,!12281.6 fix 1234,!12251.6 fixes
......@@ -187,7 +187,7 @@ export function createPowWorker() {
i++;
testsCount++;
if (i % pausePeriod === 0) {
await countDown(0); // Very low pause, just the time to process eventual end of the turn
await countDown(1); // Very low pause, just the time to process eventual end of the turn
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment