Skip to content

Commit dcd8614

Browse files
committed
Remove threadDelay in monitoring tests.
1 parent be78954 commit dcd8614

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/Control/Distributed/Process/Tests/CH.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ testMonitorUnreachable TestTransport{..} mOrL un = do
199199

200200
forkIO $ do
201201
localNode <- newLocalNode testTransport initRemoteTable
202-
addr <- forkProcess localNode . liftIO $ threadDelay 1000000
202+
addr <- forkProcess localNode expect
203203
closeLocalNode localNode
204204
putMVar deadProcess addr
205205

0 commit comments

Comments
 (0)