summaryrefslogtreecommitdiff
path: root/src/tests/client/test-client.py
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-03-19 11:33:18 +0100
committerThomas Haller <thaller@redhat.com>2021-03-19 11:35:18 +0100
commitc2265dd8a9722f05d1407214f2636b5626841c7b (patch)
tree9064ce94deb1deb6395ae14dccec3e80b0d90ba1 /src/tests/client/test-client.py
parent489c5f8cd8c8880f18cd54aa0e23db2cf3b1ffee (diff)
downloadNetworkManager-c2265dd8a9722f05d1407214f2636b5626841c7b.tar.gz
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 b4c25f9131fd3eea47b9ca812d6049995fae017a.
Diffstat (limited to 'src/tests/client/test-client.py')
-rwxr-xr-xsrc/tests/client/test-client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/client/test-client.py b/src/tests/client/test-client.py
index f9a0f5e758..287d4f41ac 100755
--- a/src/tests/client/test-client.py
+++ b/src/tests/client/test-client.py
@@ -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