From 35d536cf3c54e70a0c5cb468f7ea5d0a7db4d13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 6 Aug 2024 21:38:30 +0200 Subject: [PATCH] CI: Quadruple the necessary time We got: Maximum test time '60m' exceeded. And: Maximum test time '120m' exceeded. [skip changelog] --- tests/testsuite/main.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testsuite/main.fmf b/tests/testsuite/main.fmf index a701681..23d1dec 100644 --- a/tests/testsuite/main.fmf +++ b/tests/testsuite/main.fmf @@ -16,4 +16,4 @@ test: | pip install ipython==8.24.0 pythran==0.15.0 && cd $(dirname $TMT_SOURCE_DIR/cython-*/tests) && python3 runtests.py -vv --no-pyregr --exclude 'run.pstats_profile_test*' -duration: 60m +duration: 240m