From 7ed8b3ebc51f85474a5c8318d99ed2ec68af88d4 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 26 Nov 2022 19:41:01 +0200 Subject: [PATCH] Increase timeout 30 min is not enough on SiFive HiFive Unmatched anymore starting 3.12. Signed-off-by: David Abdurachmanov --- python3.12.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.12.spec b/python3.12.spec index e9c52bc..cdd66c4 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -1118,7 +1118,7 @@ CheckPython() { # upstream report: https://bugs.python.org/issue45783 LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ - -wW --slowest -j0 --timeout=1800 \ + -wW --slowest -j0 --timeout=7200 \ -i test_freeze_simple_script \ %if %{with bootstrap} -x test_distutils \