Skip to content

Commit

Permalink
Merge pull request #3277 from gravitl/NET-1784-script
Browse files Browse the repository at this point in the history
increase sleep
  • Loading branch information
abhishek9686 authored Dec 28, 2024
2 parents 271c3f2 + eb01c5c commit 2b48db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nm-quick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ setup_netclient() {
found=true
break
fi
sleep 1
sleep 3
done

if [ "$found" = false ]; then
Expand Down

0 comments on commit 2b48db8

Please sign in to comment.