Skip to content

Commit 9890094

Browse files
committed
refactor(ci): increase job timeout
1 parent 54fc1a4 commit 9890094

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
jobs:
3333
tests-unit:
3434
runs-on: ubuntu-20.04-self-hosted
35-
timeout-minutes: 20
35+
timeout-minutes: 40
3636
steps:
3737
- uses: actions/checkout@v6
3838

@@ -69,7 +69,7 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
tarantool-version: [ "2.11.8-ubuntu20.04", "3.0.1-old" ]
72-
timeout-minutes: 15
72+
timeout-minutes: 40
7373
steps:
7474
- uses: actions/checkout@v6
7575

@@ -128,7 +128,7 @@ jobs:
128128
fail-fast: false
129129
matrix:
130130
tarantool-version: [ "2.11.8-ubuntu20.04", "3.0.1-old" ]
131-
timeout-minutes: 25
131+
timeout-minutes: 40
132132
steps:
133133
- uses: actions/checkout@v6
134134

0 commit comments

Comments
 (0)