mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
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:
parent
49ca3d22e8
commit
3eed4cc98f
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user