Skip to content

Commit f76157f

Browse files
committed
ci: increase timeout for tidy job
1 parent d2f9953 commit f76157f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cirrus.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ task:
103103
task:
104104
name: 'tidy'
105105
<< : *GLOBAL_TASK_TEMPLATE
106+
timeout_in: 180m # ELEMENTS
106107
container:
107-
image: ubuntu:24.04
108+
image: docker.io/ubuntu:24.04
108109
env:
109110
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
110111
FILE_ENV: "./ci/test/00_setup_env_native_tidy.sh"
@@ -187,7 +188,7 @@ task:
187188
name: 'fuzzer,address,undefined,integer, no depends'
188189
<< : *GLOBAL_TASK_TEMPLATE
189190
container:
190-
image: ubuntu:24.04
191+
image: docker.io/ubuntu:24.04
191192
cpu: 8
192193
memory: 16G
193194
env:

0 commit comments

Comments
 (0)