diff options
-rwxr-xr-x | scripts/check-qemu-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index b5ccc0b3..b79ed03f 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -295,7 +295,7 @@ try: i = c.expect(['\n +Invalid command:', '\n +Set failed', 'No such file or directory', - r'\n\S+@\S+[$#]'], timeout=1800) + r'\n\S+@\S+[$#]'], timeout=3600) if i==0: raise Exception('Invalid command detected') |