From 7f46e749d7511e06fb4bcb740d36b4a88507360b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 20:51:55 +0000 Subject: [PATCH] Fix spec failure in yaml-examples/showcase/12-while-loop.test.yaml (verification: verified) Commit b2ad439 raised the test-level `timeout` to 600000 but left the WHILE step's `timeout_ms: 300000`, so the loop still fails at 300s before scrolling the long 'Cat' article to its footer. Raise the WHILE `timeout_ms` from 300000 to 600000 to match the intended 10-minute budget. Opened automatically by CI Failure Triage; verification result recorded in the PR. Co-Authored-By: Claude Opus 4.8 (1M context) --- yaml-examples/showcase/12-while-loop.test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml-examples/showcase/12-while-loop.test.yaml b/yaml-examples/showcase/12-while-loop.test.yaml index 0f41784..3c3fbb8 100644 --- a/yaml-examples/showcase/12-while-loop.test.yaml +++ b/yaml-examples/showcase/12-while-loop.test.yaml @@ -29,7 +29,7 @@ statements: # Scroll until the footer is visible - WHILE: The page footer is not visible - timeout_ms: 300000 + timeout_ms: 600000 DO: - intent: Scroll down 5 pages action: scroll