From 6d75bdcf86a2ab4cc9f45fd70b777e36ae5b1919 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Tue, 15 Nov 2011 21:39:53 +0000 Subject: [PATCH] Longer timeout, just for testing. Will be replaced by a more clever solution soon --- org.glite.testsuites.ctb/PX/tests/px-test-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.testsuites.ctb/PX/tests/px-test-all.sh b/org.glite.testsuites.ctb/PX/tests/px-test-all.sh index 3f241ea..07a5023 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-test-all.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-test-all.sh @@ -117,7 +117,7 @@ printf "\tProxy:\t$ORIG_PROXY\n\tRenew:\t$REGISTERED_PROXY\n"; printf "Registered proxy -- "; voms-proxy-info -file $REGISTERED_PROXY | grep timeleft; printf "sleeping..."; -sleep 600; +sleep 1800; printf "\nRegistered proxy -- "; voms-proxy-info -file $REGISTERED_PROXY | grep timeleft; printf "Original proxy -- "; -- 1.8.2.3