Skip to content

Commit a63a890

Browse files
committed
[otlib,rescue] Increase USBDFU enter delay
I have observed some very large delays in CI under heavy loads where it takes close to 10 seconds before the device is available in the container. Signed-off-by: Amaury Pouly <amaury.pouly@opentitan.org>
1 parent 425e8c5 commit a63a890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sw/host/opentitanlib/src/rescue/usbdfu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl UsbDfu {
2929
interface: Cell::default(),
3030
params,
3131
reset_delay: Duration::from_millis(50),
32-
enter_delay: Duration::from_secs(5),
32+
enter_delay: Duration::from_secs(20),
3333
}
3434
}
3535

0 commit comments

Comments
 (0)