Skip to content

Commit

Permalink
test(integration): give a bit more time for x11 scaffolding to get se…
Browse files Browse the repository at this point in the history
…t up
  • Loading branch information
aravinda0 committed Aug 12, 2024
1 parent 2872ae9 commit c537436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c537436

Please sign in to comment.