Skip to content

Commit 386ae36

Browse files
authored
Bump gha timeouts (#991)
1 parent dff2cf4 commit 386ae36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
jobs:
2121
code-quality:
2222
runs-on: ubuntu-20.04
23-
timeout-minutes: 20
23+
timeout-minutes: 30
2424
strategy:
2525
matrix:
2626
python_version:

.github/workflows/smoketest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defaults:
1919
jobs:
2020
smoketest:
2121
runs-on: ubuntu-20.04
22-
timeout-minutes: 10
22+
timeout-minutes: 20
2323
strategy:
2424
matrix:
2525
python_version:

0 commit comments

Comments
 (0)