Skip to content

Commit a094396

Browse files
committed
Remove silly type error and fix compilation
1 parent d3d343c commit a094396

File tree

1 file changed

+1
-1
lines changed
  • distributed-process-tests/src/Control/Distributed/Process/Tests

1 file changed

+1
-1
lines changed

distributed-process-tests/src/Control/Distributed/Process/Tests/CH.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ testRegistryMonitoring TestTransport{..} = do
15051505
-- away, and thus not be subjected to a 20 second delay. The value of 4
15061506
-- seconds appears to work optimally on osx and across several linux distros
15071507
-- running in virtual machines (which is essentially what we do in CI)
1508-
receiveTimeout 4000000 [ matchAny return ]
1508+
void $ receiveTimeout 4000000 [ matchAny return ]
15091509

15101510
-- This delay doesn't serve much purpose in the happy path, however if some
15111511
-- future patch breaks the cooperative behaviour of node controllers viz

0 commit comments

Comments
 (0)