From d19f9610bd528cc0b69b72db009d664fde051c5653c1bf6e2dfaa98ee12ac985 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 20 Nov 2023 09:18:07 +0000 Subject: [PATCH] - Increase timeouts for tests, bsc#1217019 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=24 --- python-debugpy.changes | 5 +++++ python-debugpy.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-debugpy.changes b/python-debugpy.changes index 97292b8..0f959ac 100644 --- a/python-debugpy.changes +++ b/python-debugpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 20 09:17:20 UTC 2023 - Daniel Garcia + +- Increase timeouts for tests, bsc#1217019 + ------------------------------------------------------------------- Fri Nov 17 17:44:21 UTC 2023 - Matej Cepl diff --git a/python-debugpy.spec b/python-debugpy.spec index 7e34049..946fb4c 100644 --- a/python-debugpy.spec +++ b/python-debugpy.spec @@ -115,6 +115,8 @@ rm %{buildroot}%{$python_sitearch}/debugpy/_vendored/pydevd/_*/*.{c,h,pxd,pyx} %if %{with test} %check export DEBUGPY_TEST=1 +export DEBUGPY_PROCESS_EXIT_TIMEOUT=30 +export DEBUGPY_PROCESS_SPAWN_TIMEOUT=90 # extra flags are not added donttest="test_custom_python_args" # python 3.11 failures