Skip to content

Commit

Permalink
Slight delay
Browse files Browse the repository at this point in the history
  • Loading branch information
plajjan committed Aug 2, 2022
1 parent 7395bea commit fbe3b66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/test.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE CPP #-}
import Control.Concurrent
import Data.List
import Data.List.Split
import Data.Maybe
Expand Down Expand Up @@ -146,6 +147,7 @@ rtsTests =
-- worker threads (as specified on command line), IO+new IO & main
testBuild "" ExitSuccess False "../test/rts/wthreads1.act"
(pin, pout, perr, ph) <- runInteractiveProcess "../test/rts/wthreads1" ["--rts-wthreads=7"] Nothing Nothing
threadDelay 100000
mpid <- getPid ph
case mpid of
Just pid -> do
Expand Down

0 comments on commit fbe3b66

Please sign in to comment.