From 2f3fef5132d4b07c2dc6fdbb98ee4b247cea7872 Mon Sep 17 00:00:00 2001 From: FMasson <97910143+Zybulon@users.noreply.github.com> Date: Sat, 21 Sep 2024 19:07:16 +0200 Subject: [PATCH] Increase timeout --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index 54d9268b..acfadd2e 100644 --- a/runtests.py +++ b/runtests.py @@ -19,7 +19,7 @@ def main(): errno = pytest.main(['-x', 'spyder_terminal', '-v', '-rw', '--durations=10', '--cov=spyder_terminal', '--cov-report=term-missing', - '--timeout=60']) + '--timeout=600']) # sys.exit doesn't work here because some things could be running # in the background (e.g. closing the main window) when this point