Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
373460d1
Commit
373460d1
authored
Oct 02, 2008
by
Simon Marlow
Browse files
add an extra delay to make this test a bit more robust
parent
d7cfe1f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/concurrent/should_run/conc015.hs
View file @
373460d1
...
...
@@ -29,6 +29,7 @@ main = do
`
Control
.
Exception
.
catch
`
\
e
->
putStrLn
(
"caught1: "
++
show
(
e
::
SomeException
))
)
threadDelay
10000
takeMVar
m2
)
`
Control
.
Exception
.
catch
`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment