You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The timeout is 10 minutes, which seems too much - so perhaps there is either a connection loss between Webdriver and Chrome or perhaps something else preventing the request to fulfill and it just has a timeout longer than 10 minutes. Perhaps there is some incorrect local port reuse that collides with something...
Potential remedy
See if we can set a request timeout lower so that Chrome/Webdriver fails quicker. Then we can implement a retry on such tests - immediately. By retry it may make sense to relaunch the whole stack (restart Webdriver and Chrome).
The text was updated successfully, but these errors were encountered:
Background
This happens locally:
And on CI: https://github.com/51Degrees/pipeline-dotnet/actions/runs/12233461676/job/34120639091#step:5:226
Potential causes
The timeout is 10 minutes, which seems too much - so perhaps there is either a connection loss between Webdriver and Chrome or perhaps something else preventing the request to fulfill and it just has a timeout longer than 10 minutes. Perhaps there is some incorrect local port reuse that collides with something...
Potential remedy
See if we can set a request timeout lower so that Chrome/Webdriver fails quicker. Then we can implement a retry on such tests - immediately. By retry it may make sense to relaunch the whole stack (restart Webdriver and Chrome).
The text was updated successfully, but these errors were encountered: