]> granicus.if.org Git - python/commitdiff
Revert r61650; the intent of this commit was to try and address alarm failures on...
authorTrent Nelson <trent.nelson@snakebite.org>
Thu, 20 Mar 2008 00:58:44 +0000 (00:58 +0000)
committerTrent Nelson <trent.nelson@snakebite.org>
Thu, 20 Mar 2008 00:58:44 +0000 (00:58 +0000)
Lib/test/test_socketserver.py

index caac24a302c657ec007101e8806145520c016468..bd25f57f7551af785bc122850e52faa8bb328667 100644 (file)
@@ -253,7 +253,4 @@ def test_main():
 
 if __name__ == "__main__":
     test_main()
-    # Signal an alarm after 20 seconds if we haven't shut down.  This
-    # was originally 3 seconds, but has been bumped as numerous build
-    # slaves have been failing with SIGALMs on this test.
-    signal_alarm(20)
+    signal_alarm(3)  # Shutdown shouldn't take more than 3 seconds.