public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/os-autoinst] rawhide: Increase timeouts for slow RISC-V builders
@ 2026-09-21 20:55 Marcin Juszkiewicz
0 siblings, 0 replies; only message in thread
From: Marcin Juszkiewicz @ 2026-09-21 20:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/os-autoinst
Branch : rawhide
Commit : 765f74bca8704bee360174cdf40a28d83863d8cb
Author : Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Date : 2026-09-21T22:19:43+02:00
Stats : +5/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/os-autoinst/c/765f74bca8704bee360174cdf40a28d83863d8cb?branch=rawhide
Log:
Increase timeouts for slow RISC-V builders
---
diff --git a/os-autoinst.spec b/os-autoinst.spec
index 8034169..11c4224 100644
--- a/os-autoinst.spec
+++ b/os-autoinst.spec
@@ -176,13 +176,15 @@ rm -f t/99-full-stack.t
rm xt/00-tidy.t tools/tidyall
# Remove test relying on a git working copy
rm xt/30-make.t
-%ifarch aarch64 s390x
+%ifarch aarch64 s390x riscv64
# https://progress.opensuse.org/issues/194359
# https://progress.opensuse.org/issues/199940
rm -f t/28-signalblocker.t
# https://progress.opensuse.org/issues/200949
rm -f t/26-video_stream.t
%endif
+# increase timeouts for slow build environments
+sed -i 's/timeout 8/timeout 60/' t/44-scripts.t
%build
%cmake \
@@ -213,8 +215,8 @@ export CI=1
export OPENQA_TEST_TIMEOUT_SCALE_CI=20
# We don't want fatal warnings during package building
export PERL_TEST_WARNINGS_ONLY_REPORT_WARNINGS=1
-# the default is 4 seconds, ppc64le is often a bit slower
-export EXPECTED_ISOTOVIDEO_RUNTIME=8
+# the default is 4 seconds, increase for slow build environments
+export EXPECTED_ISOTOVIDEO_RUNTIME=60
# Enable verbose test output as we can not store test artifacts within package
# build environments in case of needing to investigate failures
export PROVE_ARGS="--timer -v --nocolor"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 20:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 20:55 [rpms/os-autoinst] rawhide: Increase timeouts for slow RISC-V builders Marcin Juszkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox