Skip to content

Commit f701155

Browse files
committed
Increase the screenshot timeout: Travis nodes are _very_ slow.
1 parent 9bce39c commit f701155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi-test-runner/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fn check_screenshot(bt: &BootServices, name: &str) {
6868

6969
// Set a large timeout to avoid problems
7070
let mut io_mode = *serial.io_mode();
71-
io_mode.timeout = 1_000_000;
71+
io_mode.timeout = 3_000_000;
7272
serial
7373
.set_attributes(&io_mode)
7474
.expect("Failed to configure serial port timeout");

0 commit comments

Comments
 (0)