Skip to content

Commit

Permalink
enable changing cnf suites timeout using env var
Browse files Browse the repository at this point in the history
  • Loading branch information
shirmoran committed Jan 30, 2024
1 parent 4c15dcb commit 71a860a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-cnf-suites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ usage_error() {
exit 1
}

TIMEOUT=24h0m0s
TIMEOUT=${TIMEOUT:-24h0m0s}
LABEL=''
LIST=false
SERVER_RUN=false
Expand Down

0 comments on commit 71a860a

Please sign in to comment.