From ddfbe66b33c3e049b456bb697fdf327e3da7737a Mon Sep 17 00:00:00 2001 From: Lan_zhijiang Date: Tue, 18 Aug 2026 15:32:53 +0800 Subject: [PATCH] fix(preview): allow slow Pages alias propagation - wait up to six minutes while preserving exact byte verification --- .github/workflows/preview-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-deploy.yml b/.github/workflows/preview-deploy.yml index 6e0a820..358f25e 100644 --- a/.github/workflows/preview-deploy.yml +++ b/.github/workflows/preview-deploy.yml @@ -145,7 +145,7 @@ jobs: fi remote_file="$RUNNER_TEMP/extension-preview-smoke" verified=0 - for attempt in {1..90}; do + for attempt in {1..180}; do if curl --fail --silent --show-error \ --connect-timeout 5 \ --max-time 30 \