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:
Thomas Haller 2021-03-19 11:33:18 +01:00
parent 489c5f8cd8
commit c2265dd8a9
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

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