From 9d7ea75fb77df25f8f1c48a2f3ebce75e0b41928 Mon Sep 17 00:00:00 2001 From: Marcel Poul Date: Thu, 22 Mar 2012 01:18:04 +0000 Subject: [PATCH] give canl_client some more time to init itself and send messages --- org.glite.testsuites.ctb/CANL-C/tests/canl-test-cs-openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.testsuites.ctb/CANL-C/tests/canl-test-cs-openssl.sh b/org.glite.testsuites.ctb/CANL-C/tests/canl-test-cs-openssl.sh index bd191f0..1361430 100755 --- a/org.glite.testsuites.ctb/CANL-C/tests/canl-test-cs-openssl.sh +++ b/org.glite.testsuites.ctb/CANL-C/tests/canl-test-cs-openssl.sh @@ -166,7 +166,7 @@ ${EMI_CANL_CLIENT} -s "${server_host}" -p "${nu_port}" &> $client_file & # -c ${proxy_cert} -k ${proxy_cert} #give canl_client time to send his message first -sleep 5 +sleep 9 msg_to_send_cli="hello,TM from ossl server" echo "${msg_to_send_cli}" > $pipe_srv -- 1.8.2.3