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
webdriver: Add a 10 second timeout for screenshots (servo#40290)
This change adds a 10 second timeout for screenshots. Without this
timeout, tests that fail take a screenshot in a reasonable amount of
time cause the the WebDriver driver to kill the process leading to a
CRASH test result. This causes the results to differ and to obscure what
is really a TIMEOUT.
This behavior is unspecified, but it's still an improvement, as it
properly classifies failures when the WPT is run with WebDriver.
Testing: This causes some WPT tests run with WebDriver to have
their expected result.
Signed-off-by: Martin Robinson <[email protected]>
0 commit comments