diff options
Diffstat (limited to 'tests/create-and-run.sh')
-rwxr-xr-x | tests/create-and-run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/create-and-run.sh b/tests/create-and-run.sh index d401327..9788790 100755 --- a/tests/create-and-run.sh +++ b/tests/create-and-run.sh @@ -61,8 +61,8 @@ elif test -n "$MIRROR"; then fi debvm-create -k "$SSH_KEYPATH.pub" -o "$IMAGE" -r "$RELEASE" "$@" -# Many CPUs tend to cause test timeouts on tcg emulation. -export OMP_THREAD_LIMIT=4 +# Work around qemu #1106792 +export OMP_THREAD_LIMIT=1 SSH_PORT=2222 timeout 600s debvm-run -s "$SSH_PORT" -i "$IMAGE" & |