Skip to content

Commit

Permalink
Fix wait time period in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
airelil committed Dec 8, 2018
1 parent af1e40f commit 94a86c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ At the 2nd line the SaveAs dialog might not be open by the time this line is
executed. So what happens is that we wait until we have a control to resolve
before resolving the dialog. At that point, if we can't find a SaveAs dialog with
a ComboBox5 control we wait a short period of time and try again.
The procedure repeats up to a maximum time limit (currently 1 second!)
The procedure repeats up to a maximum time limit (currently 5 second!)

This internal waiting loop is to avoid the user having to use time.sleep or
implementing a custom "wait_for_dialog" function.
Expand Down

0 comments on commit 94a86c3

Please sign in to comment.