Skip to content

Commit 9eed48f

Browse files
committed
test(docker): align published upgrade timeout
1 parent edb697e commit 9eed48f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@
15621562
"test:docker:plugin-lifecycle-matrix": "bash scripts/e2e/plugin-lifecycle-matrix-docker.sh",
15631563
"test:docker:plugin-update": "bash scripts/e2e/plugin-update-unchanged-docker.sh",
15641564
"test:docker:plugins": "bash scripts/e2e/plugins-docker.sh",
1565-
"test:docker:published-upgrade-survivor": "env OPENCLAW_UPGRADE_SURVIVOR_PUBLISHED_BASELINE=1 OPENCLAW_UPGRADE_SURVIVOR_BASELINE_SPEC=${OPENCLAW_UPGRADE_SURVIVOR_BASELINE_SPEC:-openclaw@latest} bash scripts/e2e/upgrade-survivor-docker.sh",
1565+
"test:docker:published-upgrade-survivor": "env OPENCLAW_UPGRADE_SURVIVOR_PUBLISHED_BASELINE=1 OPENCLAW_UPGRADE_SURVIVOR_BASELINE_SPEC=${OPENCLAW_UPGRADE_SURVIVOR_BASELINE_SPEC:-openclaw@latest} OPENCLAW_UPGRADE_SURVIVOR_DOCKER_RUN_TIMEOUT=${OPENCLAW_UPGRADE_SURVIVOR_DOCKER_RUN_TIMEOUT:-1500s} bash scripts/e2e/upgrade-survivor-docker.sh",
15661566
"test:docker:qr": "bash scripts/e2e/qr-import-docker.sh",
15671567
"test:docker:rerun": "node scripts/docker-e2e-rerun.mjs",
15681568
"test:docker:session-runtime-context": "bash scripts/e2e/session-runtime-context-docker.sh",

0 commit comments

Comments
 (0)