Skip to content

Commit

Permalink
gha: ccruntime_e2e: Add a 45 minutes timeout
Browse files Browse the repository at this point in the history
Today I've faced one test hanging for more than one hour, stuck, without
giving us any useful information, leaving the "cancel" option (which is
up to the user to do) as the only option to finish the test and re-start
it.

As a possible way to avoid wasting resources for too long, let's simply
add a timeout of 45 minutes in the execution of the e2e tests.  This is
10 minutes more than what's been observed as the total time taken by
this step.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
  • Loading branch information
fidencio committed Jan 8, 2024
1 parent 34fef04 commit 2039b23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ccruntime_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
sudo apt-get install -y ansible python-is-python3
- name: Run e2e tests
timeout-minutes: 45
run: |
cd tests/e2e
export PATH="$PATH:/usr/local/bin"
Expand Down

0 comments on commit 2039b23

Please sign in to comment.