Testsuite: increase smoketest timeout

On slow machines or with nested virtualisation the smoketests take really long
to execute - thus increase the timeout.
This commit is contained in:
Christian Poessinger 2020-07-03 13:32:54 +02:00
parent 49ca3d22e8
commit 3eed4cc98f

View File

@ -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')