Skip to content

Commit

Permalink
Bumped global e2e timeout to 20 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Dec 6, 2023
1 parent 32bae47 commit 5cb0374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/run_e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fi
if [[ -n "${OUT_LATENCY:-}" ]]; then
ARGS+=(-e OUT_LATENCY)
fi
timeout_duration="15m"
timeout_duration="20m"
echo "Running test, logs will be shown when tests finishes or after ${timeout_duration} timeout."
# a hack to set global timeout on a e2e testcase run
# we can't do that on GH yaml level due to https://github.com/actions/runner/issues/1979
Expand Down

0 comments on commit 5cb0374

Please sign in to comment.