From 5a49a8a62fb17fbb3f66054e1c2e6fd9f4b75d9e Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Wed, 24 May 2023 17:17:50 -0700 Subject: [PATCH] Increase delay in validation test --- .github/workflows/validate-1m-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-1m-linux.sh b/.github/workflows/validate-1m-linux.sh index 12c90f03b..983f3460f 100755 --- a/.github/workflows/validate-1m-linux.sh +++ b/.github/workflows/validate-1m-linux.sh @@ -124,7 +124,7 @@ main() { for ((s = 0; s <= MAX_WAIT_SECS; s++)); do node1_online="$($ZT1 -j info | jq '.online' 2>/dev/null)" - sleep 2 + sleep 10 node2_online="$($ZT2 -j info | jq '.online' 2>/dev/null)" echo "Checking for online status: try #$s, node1:$node1_online, node2:$node2_online" if [[ "$node1_online" == "true" ]]; then