Skip to content

Commit

Permalink
Try and reduce timeouts to improve CI time-to-failure (#763)
Browse files Browse the repository at this point in the history
* Try and reduce timeouts to improve CI time-to-failure

* Bump CI timeouts

* Bump classic timeout to 45 mins
  • Loading branch information
jacobtomlinson committed Jul 11, 2023
1 parent cb01606 commit e8b43e7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helmcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ concurrency:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kubecluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ concurrency:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 45
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

test:
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ parentdir_prefix = dask-kubernetes-

[tool:pytest]
addopts = -v --keep-cluster --durations=10
timeout = 300
reruns = 5
timeout = 60
timeout_func_only = true
reruns = 3
asyncio_mode = strict

0 comments on commit e8b43e7

Please sign in to comment.