Skip to content

Commit ee7ecf7

Browse files
committed
fix for windows
fix for windows
1 parent 7129676 commit ee7ecf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anyvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3354,7 +3354,7 @@ def supports_ansi_color(stream):
33543354

33553355
ret, timed_out = call_with_timeout(
33563356
ssh_base_cmd + ["exit"],
3357-
timeout_seconds=3 if IS_WINDOWS else 2,
3357+
timeout_seconds=5 if IS_WINDOWS else 2,
33583358
stdout=DEVNULL,
33593359
stderr=DEVNULL
33603360
)

0 commit comments

Comments
 (0)