-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: override remote driver default timeouts (#1690)
By default remote driver is created with a connection timeout of 2 minutes and a read timeout of 3 hours. This sometimes causes the validation jobs to fail with execution timeout, because the remote driver client hangs because of the 3 hours read timeout. This change resets the timeout values to be similar to the configuration used by recent selenium versions.
- Loading branch information
1 parent
77e9450
commit bcee9d4
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters