Skip to content

Commit

Permalink
whoops! set the actual timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <[email protected]>
  • Loading branch information
dims committed Jun 27, 2023
1 parent 6fbf3dd commit eb6833a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make-rules/test-e2e-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ instance_profile=${INSTANCE_PROFILE:-""}
user_data_file=${USER_DATA_FILE:-""}
test_suite=${TEST_SUITE:-"default"}
if [[ -n "${TIMEOUT:-"4h"}" ]] ; then
timeout_arg="--test-timeout=${TIMEOUT}"
timeout_arg="--test-timeout=${TIMEOUT:-"4h"}"
fi

# get the account ID
Expand Down

0 comments on commit eb6833a

Please sign in to comment.