diff --git a/tests/e2e/test_mobile_offline_issue_release.py b/tests/e2e/test_mobile_offline_issue_release.py index 6fe6f85..1af90bb 100644 --- a/tests/e2e/test_mobile_offline_issue_release.py +++ b/tests/e2e/test_mobile_offline_issue_release.py @@ -246,7 +246,9 @@ def test_release_artifact_files_one_mobile_issue_exactly_once_after_offline_relo fake.issue_creation_enabled = True context.set_offline(False) page.evaluate("window.dispatchEvent(new Event('online'))") - for _ in range(80): + # Containerized Actions runners can take longer than a local browser to wake the + # service worker and complete its identity handshake after reconnect. + for _ in range(160): if fake.created_issues: break page.wait_for_timeout(250)