diff --git a/support/testing/tests/package/test_swipl.py b/support/testing/tests/package/test_swipl.py index 0839101599..0f317bb617 100644 --- a/support/testing/tests/package/test_swipl.py +++ b/support/testing/tests/package/test_swipl.py @@ -43,4 +43,4 @@ class TestSWIPL(infra.basetest.BRTest): # Run a more complex logic program (solve a sudoku). cmd = "swipl -g top -t halt /root/sudoku.pl" - self.assertRunOk(cmd, timeout=10) + self.assertRunOk(cmd, timeout=120)