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

Commit c51c59a

Browse files
committed
Increase fx bench timeout
1 parent 501e98e commit c51c59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/tests/s10_benchmarks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ fn s10_fxmark_benchmark() {
478478
let kernel_cmdline = format!("initargs={}X{}X{}", cores, of, benchmark);
479479
let mut cmdline = RunnerArgs::new_with_build("userspace-smp", &build)
480480
.memory(1024)
481-
.timeout(num_microbenchs * (25_000 + cores as u64 * 1000))
481+
.timeout(num_microbenchs * (25_000 + cores as u64 * 2000))
482482
.cores(machine.max_cores())
483483
.setaffinity(Vec::new())
484484
.cmd(kernel_cmdline.as_str());

0 commit comments

Comments
 (0)