Skip to content

Commit

Permalink
Increase timeout for finalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-iohk committed Sep 10, 2021
1 parent 81d1d48 commit bbbb678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cluster/bench/Bench/EndToEnd.hs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ bench timeoutSeconds workDir dataset clusterSize =

putTextLn "Closing the Head..."
send leader $ input "Close" []
waitMatch (contestationPeriod * 3) leader $ \v ->
waitMatch (fromIntegral $ 60 * clusterSize) leader $ \v ->
guard (v ^? key "tag" == Just "HeadIsFinalized")

let res = mapMaybe analyze . Map.toList $ processedTransactions
Expand Down

0 comments on commit bbbb678

Please sign in to comment.