Skip to content

Commit cc4c8e6

Browse files
committed
test: Increase Serial rx timeout
In the pre-release testing environment everything seems slower, and it keeps failing with hitting this timeout. Signed-off-by: Patrick Roy <[email protected]>
1 parent 861ebac commit cc4c8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/framework/microvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ def kill(self):
865865
class Serial:
866866
"""Class for serial console communication with a Microvm."""
867867

868-
RX_TIMEOUT_S = 20
868+
RX_TIMEOUT_S = 60
869869

870870
def __init__(self, vm):
871871
"""Initialize a new Serial object."""

0 commit comments

Comments
 (0)