Skip to content

Commit

Permalink
Make startup/shutdown test wait a bit longer
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Jun 8, 2010
1 parent fc053a8 commit e4dd407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suite/Snap/Internal/Http/Server/Tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,6 @@ testServerStartupShutdown = testCase "startup/shutdown" $ do

return ()
where
waitabit = threadDelay $ ((10::Int)^(6::Int))
waitabit = threadDelay $ 2*((10::Int)^(6::Int))
port = 8145

0 comments on commit e4dd407

Please sign in to comment.