[tracker/sam/tracker-2.3-developer-experience: 32/45] functional-tests: Increase timeout for functional-ipc-insert-or-replace



commit 3ff8bf0484077a9ffc8ea52114eb908731d237a7
Author: Sam Thursfield <sam afuera me uk>
Date:   Sat Sep 21 18:09:21 2019 +0200

    functional-tests: Increase timeout for functional-ipc-insert-or-replace
    
    This test can take over 30 seconds in GitLab CI, for example here:
    
        https://gitlab.gnome.org/GNOME/tracker/-/jobs/441032
    
    This might indicate a deeper problem, but let's start by having a
    reliable test suite.

 tests/functional-tests/ipc/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tests/functional-tests/ipc/meson.build b/tests/functional-tests/ipc/meson.build
index f07d08bfe..e8e85d0dc 100644
--- a/tests/functional-tests/ipc/meson.build
+++ b/tests/functional-tests/ipc/meson.build
@@ -28,4 +28,5 @@ bus_query_cancellation_test = executable('test-bus-query-cancellation',
 
 test('functional-ipc-bus-query-cancellation', python,
   args: sandbox_args + [bus_query_cancellation_test],
-  env: test_env)
+  env: test_env,
+  timeout: 60)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]