We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54fc1a4 commit 9890094Copy full SHA for 9890094
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ env:
32
jobs:
33
tests-unit:
34
runs-on: ubuntu-20.04-self-hosted
35
- timeout-minutes: 20
+ timeout-minutes: 40
36
steps:
37
- uses: actions/checkout@v6
38
@@ -69,7 +69,7 @@ jobs:
69
fail-fast: false
70
matrix:
71
tarantool-version: [ "2.11.8-ubuntu20.04", "3.0.1-old" ]
72
- timeout-minutes: 15
73
74
75
@@ -128,7 +128,7 @@ jobs:
128
129
130
131
- timeout-minutes: 25
132
133
134
0 commit comments