From e68d6aad550fff0b85acb1fcbc79028931a84cac Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Mon, 24 Nov 2008 14:13:54 +0600 Subject: [PATCH] with_timeout.py: reduced default timeout to 20 seconds --- greentest/with_timeout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greentest/with_timeout.py b/greentest/with_timeout.py index 56a72fc..03023a9 100755 --- a/greentest/with_timeout.py +++ b/greentest/with_timeout.py @@ -20,7 +20,7 @@ if sys.argv[1:2] and sys.argv[1]=='-t': TIMEOUT = int(sys.argv[1]) del sys.argv[1] else: - TIMEOUT = 30 + TIMEOUT = 20 try: disabled_tests