Skip to content

Commit 039a23f

Browse files
committed
Bump timeout on GitHub to 30mins while preparing the chroot takes longer than usual.
1 parent 95df1de commit 039a23f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
integration:
1111
runs-on: ubuntu-24.04
12-
timeout-minutes: 20
12+
timeout-minutes: 30
1313
container:
1414
image: domjudge/gitlabci:24.04
1515
options: --privileged --cgroupns=host --init

.github/workflows/runpipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
runpipe:
1111
runs-on: ubuntu-24.04
12-
timeout-minutes: 20
12+
timeout-minutes: 30
1313
container:
1414
image: domjudge/gitlabci:24.04
1515
options: --privileged --cgroupns=host --init

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
permissions:
3030
checks: write
3131
runs-on: ubuntu-24.04
32-
timeout-minutes: 20
32+
timeout-minutes: 30
3333
container:
3434
image: domjudge/gitlabci:24.04
3535
services:

0 commit comments

Comments
 (0)