From 76160bdf3414527b80ae81f4b61ab8cf522b681e Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Mon, 12 Sep 2022 15:50:19 +0000 Subject: [PATCH] fix: evm scheduling test --- --- a/tests/src/.outdated/eth/scheduling.test.ts +++ b/tests/src/.outdated/eth/scheduling.test.ts @@ -59,7 +59,7 @@ )).to.not.be.rejected; expect(await flipper.methods.getValue().call()).to.be.equal(initialValue); - await waitNewBlocks(waitForBlocks); + await waitNewBlocks(waitForBlocks + 1); expect(await flipper.methods.getValue().call()).to.be.not.equal(initialValue); await waitNewBlocks(periodBlocks); -- gitstuff