mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-09 00:43:13 +00:00
try increasing polling interval to see if this has an effect on windows in ci
This commit is contained in:
parent
e12426fff7
commit
e8e16729bf
@ -381,7 +381,9 @@ template multinodesuite*(name: string, body: untyped) =
|
||||
# Workaround for https://github.com/NomicFoundation/hardhat/issues/2053
|
||||
# Do not use websockets, but use http and polling to stop subscriptions
|
||||
# from being removed after 5 minutes
|
||||
ethProvider = JsonRpcProvider.new(jsonRpcProviderUrl)
|
||||
ethProvider = JsonRpcProvider.new(
|
||||
jsonRpcProviderUrl, pollingInterval = chronos.milliseconds(1000)
|
||||
)
|
||||
# if hardhat was NOT started by the test, take a snapshot so it can be
|
||||
# reverted in the test teardown
|
||||
if nodeConfigs.hardhat.isNone:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user