Skip to content

Commit 5de2d08

Browse files
committed
Change timeout of backwards compatibility tests to 1h
1 parent fad2da1 commit 5de2d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)