From 52ccb96a01dbd6358720477093b0b6383087462b Mon Sep 17 00:00:00 2001 From: Shang Chieh Tseng Date: Mon, 15 Dec 2025 19:02:27 +0800 Subject: [PATCH] Reduce TC-BUILD-002 timeout to 30 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- tests/testcases/build/TC-BUILD-002.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testcases/build/TC-BUILD-002.yml b/tests/testcases/build/TC-BUILD-002.yml index 621ceacc..0e976d8e 100644 --- a/tests/testcases/build/TC-BUILD-002.yml +++ b/tests/testcases/build/TC-BUILD-002.yml @@ -2,7 +2,7 @@ id: TC-BUILD-002 name: Runtime Image Build suite: build priority: 2 -timeout: 3600000 +timeout: 1800000 dependencies: - TC-BUILD-001 @@ -10,7 +10,7 @@ dependencies: steps: - name: Build runtime image command: cd docker && make build-runtime-no-cache 2>&1 | tee /tmp/build-runtime.log | tail -100 - timeout: 3600000 + timeout: 1800000 - name: Show build log tail (for debugging) command: tail -200 /tmp/build-runtime.log 2>/dev/null || echo "No build log found"