Skip to content

Commit

Permalink
Increase polling frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed May 16, 2024
1 parent 1d715dc commit 5b16cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-testnet/src/Testnet/Components/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -424,5 +424,5 @@ watchEpochStateView epochStateView f (EpochInterval maxWait) = withFrozenCallSta
if currentEpoch > timeout
then pure Nothing
else do
H.threadDelay 100_000
H.threadDelay 10_000
go (EpochNo timeout)

0 comments on commit 5b16cd1

Please sign in to comment.