mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 11:22:26 +00:00
tests: Bump boot default timeout
Starting the virtio device threads from the VMM thread has slowed down the start of the VM when running on a highly contested system like the CI. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
03db48306b
commit
3ee56112cb
@ -53,7 +53,7 @@ mod tests {
|
|||||||
|
|
||||||
const DEFAULT_TCP_LISTENER_MESSAGE: &str = "booted";
|
const DEFAULT_TCP_LISTENER_MESSAGE: &str = "booted";
|
||||||
const DEFAULT_TCP_LISTENER_PORT: u16 = 8000;
|
const DEFAULT_TCP_LISTENER_PORT: u16 = 8000;
|
||||||
const DEFAULT_TCP_LISTENER_TIMEOUT: i32 = 40;
|
const DEFAULT_TCP_LISTENER_TIMEOUT: i32 = 80;
|
||||||
|
|
||||||
struct Guest<'a> {
|
struct Guest<'a> {
|
||||||
tmp_dir: TempDir,
|
tmp_dir: TempDir,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user