mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-03 22:23:06 +00:00
increase polling interval
This commit is contained in:
parent
9e4834f1b4
commit
bda92982c0
@ -117,7 +117,7 @@ suite "HTTP polling subscriptions - filter not found":
|
||||
|
||||
echo "Creating new JsonRpcSubscriptions instance..."
|
||||
subscriptions = JsonRpcSubscriptions.new(client,
|
||||
pollingInterval = 15.millis)
|
||||
pollingInterval = 100.millis)
|
||||
echo "Starting JsonRpcSubscriptions..."
|
||||
subscriptions.start()
|
||||
echo "Started JsonRpcSubscriptions"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user