From 3291de0cb85b843bb2fa592433b63256bb8de673 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Fri, 15 Jan 2010 09:09:57 +0000 Subject: [PATCH] Make the timeout more generous. --- org.glite.testsuites.ctb/LB/tests/lb-test-notif-switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-switch.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-switch.sh index f5a7871..c76bc5c 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-switch.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-switch.sh @@ -171,7 +171,7 @@ else $LB_DONE_SH -j ${jobid} > /dev/null 2> /dev/null $LB_DONE_SH -j ${otherjobid} > /dev/null 2> /dev/null - sleep 10 + sleep 20 kill $recpid -- 1.8.2.3