leapdao / EthereumMachineOracle

8 stars 4 forks source link

Sleeping in tests makes them run slow. #26

Closed TheReturnOfJan closed 3 years ago

TheReturnOfJan commented 4 years ago

Sleeping in tests makes them run slow. It is possible to signal to ganache to skip x seconds, see here: https://github.com/trufflesuite/ganache-core/blob/3fac5404541bdb74d287c0888321a674a17440b2/test/time-adjust.js#L40. We should look into using this in the future. I suggest we create an issue about this.

_Originally posted by @TheReturnOfJan in https://github.com/leapdao/EthereumMachineOracle/pull/21#discussion_r461538701_