Closed joemasilotti closed 10 years ago
This will make these steps use the default 240-second timeout. Is that the intention of this pull request?
The intention of the pull request was to not override any user settings for timeouts. All methods should be using the set WAIT_TIMEOUT
.
Also, having a default 240 second timeout is way longer than it should be to do any viable testing with wait_until
methods. I vote that the default timeout is dropped to something more reasonable, say 10 seconds.
Oh, right. I forgot about WAIT_TIMEOUT. Sorry. I'll merge this in.
Steps