From d9d021447f3dc2090b67b8b18bde3ef6804e71c95a24e5216bbfba1fd9ea929c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 6 Sep 2022 12:03:43 +0000 Subject: [PATCH] Accepting request 1001307 from openSUSE:Factory:RISCV - Increase testsuite timeout for test_freeze_simple_script OBS-URL: https://build.opensuse.org/request/show/1001307 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=30 --- python311.changes | 5 +++++ python311.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python311.changes b/python311.changes index 3aab91c..8894ec9 100644 --- a/python311.changes +++ b/python311.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 5 08:43:49 UTC 2022 - Andreas Schwab + +- Increase testsuite timeout for test_freeze_simple_script + ------------------------------------------------------------------- Sat Aug 20 21:31:40 UTC 2022 - Matej Cepl diff --git a/python311.spec b/python311.spec index e766700..c95ad12 100644 --- a/python311.spec +++ b/python311.spec @@ -576,7 +576,7 @@ export PYTHONPATH="$(pwd -P)/Lib" # Use timeout, like make target buildbottest # We cannot run tests parallel, because osc build environment doesn’t # have /dev/shm -%make_build -j1 test TESTOPTS="-u curses -v -x $EXCLUDE --timeout=3000" +%make_build -j1 test TESTOPTS="-u curses -v -x $EXCLUDE --timeout=5400" # use network, be verbose: #make test TESTOPTS="-l -u network -v" %endif