summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-02-09 13:27:02 +0100
committerChristian Poessinger <christian@poessinger.com>2020-02-09 13:49:11 +0100
commit43d140aa9c8854f2ee1a337369908881b22161ea (patch)
tree2e8fd1b607a8d890cc200f307f58e85d69e42e94 /scripts
parent240f036655e7b1dda7ae576fe5541442afd6e11b (diff)
downloadvyos-build-43d140aa9c8854f2ee1a337369908881b22161ea.tar.gz
vyos-build-43d140aa9c8854f2ee1a337369908881b22161ea.zip
Testsuite: additional settling time after login
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-qemu-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index 94300d34..b5ccc0b3 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -273,6 +273,9 @@ try:
c.expect(r'vyos@vyos:~\$')
log.info('Logged in!')
+ # additional settling time
+ time.sleep(20)
+
#################################################
# Basic Configmode/Opmode switch
#################################################