diff --git a/python3.spec b/python3.spec index dffc5507b3ceae74cbaf1f165149fbd00f7f2770..1e70655655b5b94ebe1148b10f92ff03ad03e3c0 100644 --- a/python3.spec +++ b/python3.spec @@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language URL: https://www.python.org/ Version: 3.9.9 -Release: 11 +Release: 12 License: Python-2.0 %global branchversion 3.9 @@ -390,7 +390,7 @@ LD_LIBRARY_PATH=$(pwd)/build/debug $(pwd)/build/debug/python -m test.pythoninfo WITHIN_PYTHON_RPM_BUILD= \ LD_LIBRARY_PATH=$(pwd)/build/debug $(pwd)/build/debug/python -m test.regrtest \ - -wW --slowest -j0 \ + -wW --slowest -j0 --timeout 1800 \ -x test_distutils \ -x test_bdist_rpm \ -x test_gdb \ @@ -402,7 +402,7 @@ LD_LIBRARY_PATH=$(pwd)/build/optimized $(pwd)/build/optimized/python -m test.pyt WITHIN_PYTHON_RPM_BUILD= \ LD_LIBRARY_PATH=$(pwd)/build/optimized $(pwd)/build/optimized/python -m test.regrtest \ - -wW --slowest -j0 \ + -wW --slowest -j0 --timeout 1800 \ -x test_distutils \ -x test_bdist_rpm \ -x test_gdb \ @@ -797,6 +797,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Wed Aug 03 2022 shixuantong - 3.9.9-12 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add timeout when running the test case + * Tue Jul 5 2022 huangduirong - 3.9.9-11 - Type:bugfix - CVE:NA