From e55682a27ba6a362436edd66627bceb9606d72b5 Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:26:22 +0800 Subject: [PATCH] fix(hwlab): mark 120s pipelinerun wait as severe (#840) Co-authored-by: Codex --- scripts/src/hwlab-node-impl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/src/hwlab-node-impl.ts b/scripts/src/hwlab-node-impl.ts index bf047108..2a7b39be 100644 --- a/scripts/src/hwlab-node-impl.ts +++ b/scripts/src/hwlab-node-impl.ts @@ -6224,7 +6224,7 @@ function waitForNodeRuntimePipelineRunTerminal( polls, elapsedMs, thresholdMs: severeWarningThresholdMs, - message: "PipelineRun has been non-terminal for more than 120s; investigate Tekton taskRuns/pods instead of treating this as normal wait time.", + message: "PipelineRun has been non-terminal for more than 120s; this is a severe timeout and requires further investigation of Tekton taskRuns/pods instead of treating it as normal wait time.", next: { status: `bun scripts/cli.ts hwlab nodes control-plane status --node ${spec.nodeId} --lane ${spec.lane} --pipeline-run ${pipelineRun} --full`, },