Skip to content

Commit

Permalink
One more rollback.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Jul 3, 2017
1 parent 184beb4 commit dc1239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywinauto/unittests/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def delayed_launch():
thread = Thread(target=delayed_launch)
thread.start()

self.assertRaises(TimeoutError, Application().connect, path=_notepad_exe(), timeout=0.5)
self.assertRaises(ProcessNotFoundError, Application().connect, path=_notepad_exe(), timeout=0.5)

time.sleep(0.7)

Expand Down

0 comments on commit dc1239f

Please sign in to comment.