From c5374361d6c2b850cd0115d08104c20abf4ab57b Mon Sep 17 00:00:00 2001 From: Aravinda Rao Date: Tue, 13 Aug 2024 00:44:50 +0530 Subject: [PATCH] test(integration): give a bit more time for x11 scaffolding to get set up --- tests/integration/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index 27bb286..034d33b 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -79,7 +79,7 @@ def run_qtile(): # launch qtile and give it some time to start up qtile_process = multiprocessing.Process(target=run_qtile) qtile_process.start() - wait() + wait(seconds=2) yield