Skip to content

Commit

Permalink
Increase fx bench timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Jun 28, 2023
1 parent 501e98e commit c51c59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/tests/s10_benchmarks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ fn s10_fxmark_benchmark() {
let kernel_cmdline = format!("initargs={}X{}X{}", cores, of, benchmark);
let mut cmdline = RunnerArgs::new_with_build("userspace-smp", &build)
.memory(1024)
.timeout(num_microbenchs * (25_000 + cores as u64 * 1000))
.timeout(num_microbenchs * (25_000 + cores as u64 * 2000))
.cores(machine.max_cores())
.setaffinity(Vec::new())
.cmd(kernel_cmdline.as_str());
Expand Down

0 comments on commit c51c59a

Please sign in to comment.