[Git][ghc/ghc][wip/supersven/ghc-9.10-riscv-ncg] async001: Adjust waiting time (for slow machines)
Sven Tennie (@supersven)
gitlab at gitlab.haskell.org
Wed Jul 24 13:20:40 UTC 2024
Sven Tennie pushed to branch wip/supersven/ghc-9.10-riscv-ncg at Glasgow Haskell Compiler / GHC
Commits:
f90036f3 by Sven Tennie at 2024-07-24T13:20:05+00:00
async001: Adjust waiting time (for slow machines)
- - - - -
1 changed file:
- testsuite/tests/concurrent/should_run/async001.hs
Changes:
=====================================
testsuite/tests/concurrent/should_run/async001.hs
=====================================
@@ -13,7 +13,7 @@ main = do
`onException` return ()
t <- forkIO $ do evaluate x; return ()
- threadDelay 1000
+ threadDelay 2000
killThread t
print x `E.catch` \e -> putStrLn ("main caught: " ++ show (e::SomeException))
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f90036f37886edbe1aae4ceedbc3a0cda3c93f73
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f90036f37886edbe1aae4ceedbc3a0cda3c93f73
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240724/cbee3f25/attachment-0001.html>
More information about the ghc-commits
mailing list