Increase timeout

30 min is not enough on SiFive HiFive Unmatched anymore starting 3.12.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-11-26 19:41:01 +02:00
parent fde5cf04dd
commit 7ed8b3ebc5
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 1 additions and 1 deletions

View File

@ -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 \