mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 13:40:10 +01:00
tests/client: increase timeout to wait for process
We now get unit test failures hitting this timeout. That is likely a new bug introduced somewhere, but to rule out that the timeout is simply too short, increase it.
This commit is contained in:
parent
0f8fe3c76b
commit
b4c25f9131
1 changed files with 1 additions and 1 deletions
|
|
@ -575,7 +575,7 @@ class NMStubServer:
|
|||
|
||||
|
||||
class AsyncProcess:
|
||||
def __init__(self, args, env, complete_cb, max_waittime_msec=20000):
|
||||
def __init__(self, args, env, complete_cb, max_waittime_msec=40000):
|
||||
self._args = list(args)
|
||||
self._env = env
|
||||
self._complete_cb = complete_cb
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue