Skip to content

Commit a79885b

Browse files
committed
fix(gate): 600s query-phase client timeout
The dashboard seven-day surface pages all 12.1M sketch rows to completion per the read contract's percentile path; on 2 vCPUs that takes over the former 120s client timeout (traffic: 10.6s, service-map: 15.6s, dashboard: >120s in run 6). The contract binds completeness and honesty, not query latency; the timeout is harness plumbing and durations are recorded in the report.
1 parent f25fff0 commit a79885b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/gate/gate.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
}
180180
}
181181
],
182-
"timeout_sec": 120
182+
"timeout_sec": 600
183183
},
184184
"thresholds": {
185185
"sustained_hours": 3,

0 commit comments

Comments
 (0)