SHA256
1
0

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
This commit is contained in:
Markéta Machová 2022-09-06 12:03:43 +00:00 committed by Git OBS Bridge
parent 3931fb9f09
commit d9d021447f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 5 08:43:49 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Increase testsuite timeout for test_freeze_simple_script
-------------------------------------------------------------------
Sat Aug 20 21:31:40 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -576,7 +576,7 @@ export PYTHONPATH="$(pwd -P)/Lib"
# Use timeout, like make target buildbottest
# We cannot run tests parallel, because osc build environment doesnt
# 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