summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-02-01 18:54:56 +0100
committerChristian Poessinger <christian@poessinger.com>2020-02-01 18:54:56 +0100
commit070f5067bac2bf125a129e5c55f419471637f00c (patch)
treefcfdfd6ef72d37da3d0ac13039a37944af8c18e5
parent952a9e28c6fd5c78cf181d32cd723f7b73023e7d (diff)
downloadvyos-build-070f5067bac2bf125a129e5c55f419471637f00c.tar.gz
vyos-build-070f5067bac2bf125a129e5c55f419471637f00c.zip
Testsuite: increase timeout when running vyos-smoketest
-rwxr-xr-xscripts/check-qemu-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index 04e2c02b..0c443f18 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -293,7 +293,7 @@ try:
i = child.expect(['\n +Invalid command:',
'\n +Set failed',
'No such file or directory',
- r'\n\S+@\S+[$#]'])
+ r'\n\S+@\S+[$#]'], timeout=1800)
if i==0:
raise Exception('Invalid command detected')