Defer the mobile workspace bundle behind an offline-safe bootstrap #997

Merged
timmy merged 6 commits from timmy/996-defer-mobile-workspace-bootstrap into main 2026-08-17 02:52:40 +00:00
Showing only changes of commit 1a4f930b50 - Show all commits

View File

@ -270,8 +270,9 @@ def test_release_artifact_files_one_mobile_issue_exactly_once_after_offline_relo
context.set_offline(False)
page.evaluate("window.dispatchEvent(new Event('online'))")
# 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):
# service worker, finish optional workspace activation, and complete its identity
# handshake after reconnect.
for _ in range(240):
if fake.created_issues:
break
page.wait_for_timeout(250)