forked from pool/python-pyscreenshot
- Increase timeout for running tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyscreenshot?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 09:54:12 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Increase timeout for running tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 09:00:03 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
@@ -94,7 +94,7 @@ cd tests/
|
||||
# test_maim fails on Leap 15.x
|
||||
%{python_expand # Necessary to run configure with all python flavors
|
||||
export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
||||
xvfb-run --server-args "-br -screen 0 900x800x24" $python -m pytest -v -k 'not test_maim'
|
||||
xvfb-run --server-args "-br -screen 0 900x800x24" -w 5 $python -m pytest -v -k 'not test_maim'
|
||||
rm -rf /tmp/fillscreen*
|
||||
}
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user