Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit dd84480

Browse files
authored
Increase timeout for rackscale memcached internal
1 parent 1f82e3f commit dd84480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/tests/s11_rackscale_benchmarks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ fn rackscale_memcached_benchmark(transport: RackscaleTransport) {
627627
}
628628

629629
fn rackscale_timeout_fn(num_cores: usize) -> u64 {
630-
180_000 + 2_000 * num_cores as u64
630+
240_000 + 5_000 * num_cores as u64
631631
}
632632

633633
fn mem_fn(num_cores: usize, is_smoke: bool) -> usize {

0 commit comments

Comments
 (0)