From 4632119a2af0d1991144d02edf4b4aa2db24cc5e Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 10 Aug 2008 02:04:25 +0000 Subject: [PATCH] allow 15 minutes for the tests svn: r11175 --- collects/tests/run-automated-tests.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/run-automated-tests.ss b/collects/tests/run-automated-tests.ss index 834984ac47..6e916361d0 100755 --- a/collects/tests/run-automated-tests.ss +++ b/collects/tests/run-automated-tests.ss @@ -56,7 +56,7 @@ (echo "BOOM!") ; used to find errors in nightly builds (break))) (thread (let ([th (current-thread)]) - (lambda () (sleep 600) (echo "Timeout!") (break-thread th)))) + (lambda () (sleep 900) (echo "Timeout!") (break-thread th)))) (parameterize* ([exit-handler (lambda (n) (abort n "exit with error code ~a" n))] [uncaught-exception-handler