Skip to content

Commit fad7660

Browse files
authored
Increase timeout for etcd lease test (#2215)
This test works; but it was just timing out. Increasing the timeout fixes it; it shouldn't be flakey anymore.
2 parents a4570d1 + 80a6561 commit fad7660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydra-node/test/Hydra/NetworkSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ spec = do
164164

165165
it "handles expired lease" $ \tracer -> do
166166
withTempDir "test-etcd" $ \tmp -> do
167-
failAfter 5 $ do
167+
failAfter 15 $ do
168168
PeerConfig2{aliceConfig, bobConfig} <- setup2Peers tmp
169169
-- Record and assert connectivity events from alice's perspective
170170
(recordReceived, _, waitConnectivity) <- newRecordingCallback

0 commit comments

Comments
 (0)