Skip to content

Commit

Permalink
Increase client build delay
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Jul 23, 2023
1 parent b94c316 commit a1d559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/testutils/src/rackscale_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl<T: Clone + Send + 'static> RackscaleRun<T> {
file_name: "".to_string(),
cmd: "".to_string(),
arg: None,
client_build_delay: 5_000, // 5 seconds
client_build_delay: 6_000, // 5 seconds
run_dhcpd_for_baseline: false,
}
}
Expand Down

0 comments on commit a1d559e

Please sign in to comment.