Skip to content

Commit dba1b72

Browse files
committed
Tidyup
1 parent 82ed7fd commit dba1b72

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

hydra-cluster/src/Hydra/Cluster/Scenarios.hs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,11 @@ oneOfNNodesCanDropForAWhile tracer workDir cardanoNode hydraScriptsTxId = do
197197

198198
-- Carol reconnects, and then the snapshot can be confirmed
199199
withHydraNode hydraTracer carolChainConfig workDir 3 carolSk [aliceVk, bobVk] [1, 2, 3] $ \n3 -> do
200-
-- And then the Snapshot is confirmed
201-
--
202200
-- Note: We can't use `waitForAlMatch` here as it expects them to
203201
-- emit the exact same datatype; but Carol will be behind in sequence
204202
-- numbers as she was offline.
205-
--
206203
flip mapConcurrently_ [n1, n2, n3] $ \n ->
207-
waitMatch (300 * blockTime) n $ \v -> do
204+
waitMatch (200 * blockTime) n $ \v -> do
208205
guard $ v ^? key "tag" == Just "SnapshotConfirmed"
209206
guard $ v ^? key "snapshot" . key "number" == Just (toJSON (2 :: Integer))
210207
where

0 commit comments

Comments
 (0)