Skip to content

Commit 013748e

Browse files
authored
Increase the GitHub action timeouts (#4437)
1 parent ea840bb commit 013748e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121
jobs:
2222
Test-Docs:
2323
runs-on: ubuntu-latest
24-
timeout-minutes: 30
24+
timeout-minutes: 60
2525
steps:
2626
- uses: hmarr/debug-action@v3
2727
- uses: actions/checkout@v4

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
Test-Postgres:
4141
runs-on: ubuntu-latest
42-
timeout-minutes: 30
42+
timeout-minutes: 60
4343
strategy:
4444
fail-fast: false
4545
matrix:
@@ -72,7 +72,7 @@ jobs:
7272

7373
Test-Mysql:
7474
runs-on: ubuntu-latest
75-
timeout-minutes: 30
75+
timeout-minutes: 60
7676
strategy:
7777
fail-fast: false
7878
matrix:

.github/workflows/unit_tests_backwards_compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828
jobs:
2929
Test-Postgres-Backwards-Compatibillity:
3030
runs-on: ubuntu-latest
31-
timeout-minutes: 30
31+
timeout-minutes: 60
3232
strategy:
3333
fail-fast: false
3434
max-parallel: 3
@@ -80,7 +80,7 @@ jobs:
8080

8181
Test-Mysql-Backwards-Compatibillity:
8282
runs-on: ubuntu-latest
83-
timeout-minutes: 30
83+
timeout-minutes: 60
8484
strategy:
8585
fail-fast: false
8686
max-parallel: 3

0 commit comments

Comments
 (0)