diff --git a/app/modules/prover/lib/proof.ts b/app/modules/prover/lib/proof.ts index 546bf676a0d7613ffb85786379aa4d3ff9e1d417..c08fde11ed3dc6132a2773d73a9994c075b58a2d 100644 --- a/app/modules/prover/lib/proof.ts +++ b/app/modules/prover/lib/proof.ts @@ -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 } } }