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