public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
To: git-commits@fedoraproject.org
Subject: [rpms/os-autoinst] rawhide: Increase timeouts for slow RISC-V builders
Date: Mon, 21 Sep 2026 20:55:31 GMT	[thread overview]
Message-ID: <179002413175.1.2238298245984351277.rpms-os-autoinst-765f74bca870@fedoraproject.org> (raw)

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"

                 reply	other threads:[~2026-09-21 20:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179002413175.1.2238298245984351277.rpms-os-autoinst-765f74bca870@fedoraproject.org \
    --to=marcin@juszkiewicz.com.pl \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox