From c2265dd8a9722f05d1407214f2636b5626841c7b Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 19 Mar 2021 11:33:18 +0100 Subject: [PATCH] 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. --- src/tests/client/test-client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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