File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
2121jobs :
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
Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
2828jobs :
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
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
You can’t perform that action at this time.
0 commit comments