From 758c2a761c6c01b0ed6beddc8a6a524f7677a7c9 Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Thu, 27 Apr 2017 13:34:13 +1000 Subject: [PATCH] Increase timeout on ready file for tls13.test --- scripts/tls13.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tls13.test b/scripts/tls13.test index 4c19556f2..002c3f219 100755 --- a/scripts/tls13.test +++ b/scripts/tls13.test @@ -18,7 +18,7 @@ ready_file=`pwd`/wolfssl_psk_ready$$ echo "ready file $ready_file" create_port() { - while [ ! -s $ready_file -a "$counter" -lt 20 ]; do + while [ ! -s $ready_file -a "$counter" -lt 50 ]; do echo -e "waiting for ready file..." sleep 0.1 counter=$((counter+ 1))