Skip to content

Commit

Permalink
test(integration): can we get by with just 1s?
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Aug 12, 2024
1 parent c537436 commit 012087d
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(seconds=2)
wait(seconds=1)

yield

Expand Down

0 comments on commit 012087d

Please sign in to comment.