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/efi-create-and-run.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/efi-create-and-run.sh') diff --git a/tests/efi-create-and-run.sh b/tests/efi-create-and-run.sh index 2b70662..ed6b64e 100755 --- a/tests/efi-create-and-run.sh +++ b/tests/efi-create-and-run.sh @@ -36,6 +36,9 @@ if test -z "$RELEASE"; then fi debefivm-create -k "$SSH_KEYPATH.pub" -o "$IMAGE" -r "$RELEASE" -a "$ARCHITECTURE" "$@" +# Many CPUs tend to cause test timeouts on tcg emulation. +export OMP_THREAD_LIMIT=4 + SSH_PORT=2222 timeout 600s debefivm-run -s "$SSH_PORT" -i "$IMAGE" & set -- localhost -- cgit v1.2.3