kif-framework / KIF

Keep It Functional - An iOS Functional Testing Framework
Other
6.2k stars 911 forks source link

Audit timeouts and use executionBlockTimeout as default timeout #1236

Closed dostrander closed 2 years ago

dostrander commented 2 years ago

This audits the use of timeouts and uses the consistent executionBlockTimeout where magic numbers are specified. This makes it consistent that when a timeout is specified it is used throughout KIF.

dostrander commented 2 years ago

Declining for now to come up with a better pattern for this