We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d343c commit a094396Copy full SHA for a094396
distributed-process-tests/src/Control/Distributed/Process/Tests/CH.hs
@@ -1505,7 +1505,7 @@ testRegistryMonitoring TestTransport{..} = do
1505
-- away, and thus not be subjected to a 20 second delay. The value of 4
1506
-- seconds appears to work optimally on osx and across several linux distros
1507
-- running in virtual machines (which is essentially what we do in CI)
1508
- receiveTimeout 4000000 [ matchAny return ]
+ void $ receiveTimeout 4000000 [ matchAny return ]
1509
1510
-- This delay doesn't serve much purpose in the happy path, however if some
1511
-- future patch breaks the cooperative behaviour of node controllers viz
0 commit comments