Skip to content

Commit a145bd7

Browse files
zzylolclaude
andcommitted
Increase throughput test drain timeout from 60s to 120s
The 10M-sample throughput test needs ~94s to fully drain through the store, exceeding the previous 60s deadline. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1084f0d commit a145bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

asap-query-engine/src/bin/test_e2e_precompute.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
474474

475475
// Poll until workers drain or timeout after 60s
476476
let max_ts = 300_000u64 + num_requests * 10_000 + samples_per_request;
477-
let drain_deadline = std::time::Instant::now() + std::time::Duration::from_secs(60);
477+
let drain_deadline = std::time::Instant::now() + std::time::Duration::from_secs(120);
478478
let mut tp_buckets: usize;
479479
loop {
480480
let tp_results =

0 commit comments

Comments
 (0)