From c0936c1a99a61bcc503d5250c1cb654d375a47c4 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 25 May 2025 20:57:31 +0200 Subject: Attempt to limit test reliability by reducing concurrency --- tests/dist-upgrades.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/dist-upgrades.sh') diff --git a/tests/dist-upgrades.sh b/tests/dist-upgrades.sh index 171500a..c05c9d6 100755 --- a/tests/dist-upgrades.sh +++ b/tests/dist-upgrades.sh @@ -43,6 +43,9 @@ ssh-keygen -f "$SSH_KEYPATH" -N '' debvm-create --sshkey="$SSH_KEYPATH.pub" -r jessie --size=3G -- --customize-hook="copy-in upgrade /usr/local/bin" http://archive.debian.org/debian +# Many CPUs tend to cause test timeouts on tcg emulation. +export OMP_THREAD_LIMIT=4 + SSH_PORT=2222 for RELEASE in stretch buster bullseye bookworm trixie sid; do timeout 15m debvm-run -s "$SSH_PORT" & -- cgit v1.2.3