Skip to content

Commit

Permalink
bin/helpers: Make max wait time in waitInstanceReady configurable
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Apr 2, 2024
1 parent 655c09d commit beeb1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/helpers
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ waitSnapdSeed() (
# waitInstanceReady: waits for the instance to be ready (processes count > 1).
waitInstanceReady() (
set +x
maxWait=120
maxWait="${MAX_WAIT_SECONDS:-120}"
instName="${1}"
instProj="${2:-}"
if [ -z "${instProj}" ]; then
Expand Down

0 comments on commit beeb1fc

Please sign in to comment.