Skip to content

Commit

Permalink
tests: increase timeout in clipboard test
Browse files Browse the repository at this point in the history
The point of the test is not its speed, but whether it eventually
happens. On the other hand, some of the test runners can be quite slow
under load.
  • Loading branch information
marmarek committed Dec 10, 2024
1 parent 28c642d commit 301f33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/tests/integ/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ async def _test_clipboard(
# correct timestamp (so gui-daemon would not drop the copy request)
subprocess.check_call(["xdotool", "key", "ctrl+a", "ctrl+c"])
# wait a bit to let the zenity actually copy
await asyncio.sleep(1)
await asyncio.sleep(5)
subprocess.check_call(["xdotool", "key", "ctrl+shift+c", "Escape"])

await self.wait_for_window_coro(window_title, show=False)
Expand Down

0 comments on commit 301f33d

Please sign in to comment.