Skip to content

Commit 3b46616

Browse files
committed
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 <[email protected]>
1 parent b11dd74 commit 3b46616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ mod tests {
5353

5454
const DEFAULT_TCP_LISTENER_MESSAGE: &str = "booted";
5555
const DEFAULT_TCP_LISTENER_PORT: u16 = 8000;
56-
const DEFAULT_TCP_LISTENER_TIMEOUT: i32 = 40;
56+
const DEFAULT_TCP_LISTENER_TIMEOUT: i32 = 80;
5757

5858
struct Guest<'a> {
5959
tmp_dir: TempDir,

0 commit comments

Comments
 (0)