This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-server".

The branch, master has been updated
       via  e4dd407f655e3e63264867ce23b1023c56f5ab5a (commit)
      from  fc053a841da71184a0139205f72b44fd22027088 (commit)


Summary of changes:
 test/suite/Snap/Internal/Http/Server/Tests.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e4dd407f655e3e63264867ce23b1023c56f5ab5a
Author: Shu-yu Guo <[email protected]>
Date:   Tue Jun 8 14:14:44 2010 -0700

    Make startup/shutdown test wait a bit longer

diff --git a/test/suite/Snap/Internal/Http/Server/Tests.hs 
b/test/suite/Snap/Internal/Http/Server/Tests.hs
index 3f7559b..67c190e 100644
--- a/test/suite/Snap/Internal/Http/Server/Tests.hs
+++ b/test/suite/Snap/Internal/Http/Server/Tests.hs
@@ -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
 
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-server
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to