mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 22:03:52 -07:00
Increase delay in validation test
This commit is contained in:
parent
e1ef95958a
commit
5a49a8a62f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate-1m-linux.sh
vendored
2
.github/workflows/validate-1m-linux.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue