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

Commit 112a0e1

Browse files
committed
Increase memcached rackscale timeout
1 parent a8b9c1f commit 112a0e1

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
@@ -626,7 +626,7 @@ fn rackscale_memcached_benchmark(transport: RackscaleTransport) {
626626
}
627627

628628
fn rackscale_timeout_fn(num_cores: usize) -> u64 {
629-
180_000 + 1_000 * num_cores as u64
629+
180_000 + 1_500 * num_cores as u64
630630
}
631631

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

0 commit comments

Comments
 (0)