Skip to content

Commit

Permalink
Increase memcached rackscale timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Aug 1, 2023
1 parent a8b9c1f commit 112a0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/tests/s11_rackscale_benchmarks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ fn rackscale_memcached_benchmark(transport: RackscaleTransport) {
}

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

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

0 comments on commit 112a0e1

Please sign in to comment.