From 348d45e87c2685e5cc2d58318b92b3a799af5869 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sat, 19 Feb 2022 20:03:09 -0500 Subject: [PATCH] tests: increase the timeout to 60 seconds Signed-off-by: Eric Callahan --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 1ab6d5e..bb04f9e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -6,7 +6,7 @@ required_plugins = pytest-asyncio>=0.17.2 pytest-timeout>=2.1.0 asyncio_mode = strict -timeout = 20 +timeout = 60 timeout_method = signal markers = run_paths