GoogleChromeLabs / chromeos_smart_card_connector

Smart Card Connector App for Chrome OS
https://chrome.google.com/webstore/detail/smart-card-connector/khpfeaanjngmcnplbdlpegiifgpfgdco
Apache License 2.0
133 stars 50 forks source link

[ci] Increase Webdriver page_load_timeout #1150

Closed emaxx-google closed 2 months ago

emaxx-google commented 2 months ago

This is to fix flaky errors we observe on the bots:

selenium.common.exceptions.TimeoutException: Message: timeout: Timed out receiving message from renderer: 300.000

The commit bumps this from 300 seconds to 600 seconds.

This fixes #1151.

github-actions[bot] commented 2 months ago

Continuous Integration: All tests passed. C/C++ test coverage: 73.35% lines.

github-actions[bot] commented 2 months ago

Continuous Integration: All tests passed. C/C++ test coverage: 73.35% lines.

github-actions[bot] commented 2 months ago

Continuous Integration: All tests passed. C/C++ test coverage: 73.35% lines.

emaxx-google commented 2 months ago

Seems like this didn't actually help... Now it flakily times out after 600 seconds: https://github.com/GoogleChromeLabs/chromeos_smart_card_connector/actions/runs/8808988330 . Maybe something hangs completely...