Skip to content
Snippets Groups Projects
Commit 0c1bdd95 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Fix threadDelay in srts test prog

parent 72c8fa46
No related branches found
No related tags found
No related merge requests found
Pipeline #60214 failed
......@@ -25,7 +25,7 @@ main = do
performGC
-- Give the test a chance to RequestPoll
threadDelay 5000000000
threadDelay 2_000_000
pause
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment