mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
Increase timeout on ready file for tls13.test
This commit is contained in:
committed by
David Garske
parent
902f5cf53f
commit
758c2a761c
@@ -18,7 +18,7 @@ ready_file=`pwd`/wolfssl_psk_ready$$
|
|||||||
echo "ready file $ready_file"
|
echo "ready file $ready_file"
|
||||||
|
|
||||||
create_port() {
|
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..."
|
echo -e "waiting for ready file..."
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
counter=$((counter+ 1))
|
counter=$((counter+ 1))
|
||||||
|
Reference in New Issue
Block a user