mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 12:20:36 +01:00
Revert "tests/client: increase timeout to wait for process"
This didn't help and was not necessary. Instead, there was an issue
that is fixed now.
This reverts commit b4c25f9131.
This commit is contained in:
parent
489c5f8cd8
commit
c2265dd8a9
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=40000):
|
||||
def __init__(self, args, env, complete_cb, max_waittime_msec=20000):
|
||||
self._args = list(args)
|
||||
self._env = env
|
||||
self._complete_cb = complete_cb
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue