Increase timeout for test_version
This commit is contained in:
parent
836c8de87d
commit
f320da07b4
@ -175,7 +175,7 @@ def test_version(request):
|
||||
proc.start(sys.executable, args)
|
||||
ok = proc.waitForStarted(2000)
|
||||
assert ok
|
||||
ok = proc.waitForFinished(2000)
|
||||
ok = proc.waitForFinished(10000)
|
||||
|
||||
stdout = bytes(proc.readAllStandardOutput()).decode('utf-8')
|
||||
print(stdout)
|
||||
|
Loading…
Reference in New Issue
Block a user