Commit 1d31cee4 authored by Alp Mestanogullari's avatar Alp Mestanogullari

jobqueue test: tweak delay for more stable CI results?

parent 403e7324
Pipeline #3366 passed with stage
in 92 minutes and 47 seconds
......@@ -70,7 +70,7 @@ testPrios = do
]
_jids <- forM jobs $ \(t, f) -> do
pushJob t () f settings st
threadDelay initialDelay
threadDelay (2*initialDelay)
r1 <- readTVarIO runningJs
r1 `shouldBe` (Counts 0 2)
threadDelay jobDuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment