Skip to content

Commit

Permalink
increase polling interval
Browse files Browse the repository at this point in the history
  • Loading branch information
emizzle committed Oct 23, 2024
1 parent 9e4834f commit bda9298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testmodule/providers/jsonrpc/testJsonRpcSubscriptions.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bda9298

Please sign in to comment.