Skip to content

Commit

Permalink
Add missing default timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Jul 3, 2017
1 parent 01075fa commit 3ef198c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pywinauto/timings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
* app_start_timeout (default 10)
* app_start_retry (default .90)
* app_connect_timeout (default 5.)
* app_connect_retry (default .1)
* cpu_usage_interval (default .5)
* cpu_usage_wait_timeout (default 20)
Expand Down Expand Up @@ -124,6 +127,9 @@ class TimeConfig(object):
'app_start_timeout': 10.,
'app_start_retry': .90,

'app_connect_timeout': 5.,
'app_connect_retry': .1,

'cpu_usage_interval': .5,
'cpu_usage_wait_timeout': 20.,

Expand Down

0 comments on commit 3ef198c

Please sign in to comment.