Skip to content

Commit

Permalink
Fix flaky test for send_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Dec 30, 2022
1 parent 41c8659 commit bf7f789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywinauto/unittests/test_clipboard_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def setUp(self):
self.app = subprocess.Popen("exec " + _test_app(), shell=True)
time.sleep(0.1)
mouse.click(coords=(300, 300))
time.sleep(0.1)
time.sleep(0.2)

def tearDown(self):
"""Close the application after tests"""
Expand Down

0 comments on commit bf7f789

Please sign in to comment.