Skip to content

Commit

Permalink
adjust ci timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 4, 2024
1 parent 02892ad commit a78877e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
tags: ${{ env.CI_DOCKER_IMAGE_TAG }}
load: true
- name: run
timeout-minutes: 10 # on average max~=5min
timeout-minutes: 12 # on average max~=8.5min
run: |
set -x
source tests/env-vars.sh
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
tags: ${{ env.CI_DOCKER_IMAGE_TAG }}
load: true
- name: run
timeout-minutes: 10 # on average ~6min # yes, `timeout` is used below but this is insurance
timeout-minutes: 12 # on average ~9min # yes, `timeout` is used below but this is insurance
run: |
set -x
source tests/env-vars.sh
Expand Down Expand Up @@ -477,7 +477,7 @@ jobs:
tags: ${{ env.CI_DOCKER_IMAGE_TAG }}
load: true
- name: run
timeout-minutes: 35 # on average max~=26min
timeout-minutes: 45 # on average max~=35min
run: |
set -x
lscpu
Expand Down Expand Up @@ -587,7 +587,7 @@ jobs:
tags: ${{ env.CI_DOCKER_IMAGE_TAG }}
load: true
- name: run
timeout-minutes: 15 # on average max~=7min
timeout-minutes: 10 # on average max~=5min
run: |
set -e
source tests/env-vars.sh
Expand Down

0 comments on commit a78877e

Please sign in to comment.