summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-10-13 13:23:40 +0200
committerThomas Haller <thaller@redhat.com>2019-10-13 13:24:21 +0200
commit3363118ba0252702202d39736cfb38d4bbc645e2 (patch)
tree8e9bbd4d43953615d6f571d2585a0f44cf3f1bf5
parentb6725a59d098f3630bef31a89891fbd18111ffd6 (diff)
downloadNetworkManager-3363118ba0252702202d39736cfb38d4bbc645e2.tar.gz
clients/tests: increase timeout for asynchronous jobs
The default timeout is really only here to abort the test when it definitely failed to avoid keeping it hanging forever. It's not part of any strict assertions and should be large. Fixes: bb4b749595bc ('clients/tests: don't wait for first job before scheduling parallel jobs')
-rwxr-xr-xclients/tests/test-client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tests/test-client.py b/clients/tests/test-client.py
index 816ed069f9..f42a6d683f 100755
--- a/clients/tests/test-client.py
+++ b/clients/tests/test-client.py
@@ -444,7 +444,7 @@ class AsyncProcess():
args,
env,
complete_cb,
- max_waittime_msec = 3000):
+ max_waittime_msec = 20000):
self._args = list(args)
self._env = env
self._complete_cb = complete_cb