Skip to content

Commit

Permalink
Increase timeout for rackscale memcached internal
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe authored Aug 11, 2023
1 parent 1f82e3f commit dd84480
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 @@ -627,7 +627,7 @@ fn rackscale_memcached_benchmark(transport: RackscaleTransport) {
}

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

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

0 comments on commit dd84480

Please sign in to comment.