summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.d
diff options
context:
space:
mode:
authorStefan Hajnoczi2022-11-04 12:36:59 +0100
committerThomas Huth2022-11-06 12:02:45 +0100
commit765de32d87db65abf443d6a5d7097d42fc6e48de (patch)
treee16136103fe9c8c75232ecfeb9bdd54bf72b4754 /.gitlab-ci.d
parenttests/qtest: migration-test: Enable TLS PSK tests for win32 (diff)
downloadqemu-765de32d87db65abf443d6a5d7097d42fc6e48de.tar.gz
qemu-765de32d87db65abf443d6a5d7097d42fc6e48de.tar.xz
qemu-765de32d87db65abf443d6a5d7097d42fc6e48de.zip
gitlab-ci: increase clang-user timeout
The clang-user test exceeds the 1 hour timeout occassionally. Philippe Mathieu-Daudé has pointed out that the number of tcg tests has increased since QEMU 7.1. The execution time therefore probably reflects a legitimate increase in tests rather than a performance regression. Bump the timeout to prevent CI failures. Suggested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20221104113659.427690-1-stefanha@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r--.gitlab-ci.d/buildtest.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index 6c05c46397..7173749c52 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -327,6 +327,7 @@ clang-user:
extends: .native_build_job_template
needs:
job: amd64-debian-user-cross-container
+ timeout: 70m
variables:
IMAGE: debian-all-test-cross
CONFIGURE_ARGS: --cc=clang --cxx=clang++ --disable-system