[tracker/sam/test-timeout] tests: Increase timeout for data-sparql test to 280s



commit e9b29aa4a2f53a71631fbf8505ba280a48013dd9
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Jan 12 15:12:17 2020 +0100

    tests: Increase timeout for data-sparql test to 280s
    
    See https://gitlab.gnome.org/GNOME/tracker/issues/145 for rationale.
    This test completes in under 30 seconds in most cases, but on some runners
    on GNOME's Gitlab CI infra the test runs way slower. This change should
    at least avoid the intermittent test failures we are seeing. Better
    would be to figure out why the test is so slow on these platforms.

 tests/libtracker-data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/libtracker-data/meson.build b/tests/libtracker-data/meson.build
index 74fc2046e..1ce899f3e 100644
--- a/tests/libtracker-data/meson.build
+++ b/tests/libtracker-data/meson.build
@@ -41,6 +41,6 @@ foreach base_name: libtracker_data_slow_tests
         'exe': binary,
         'suite': ['data', 'slow'],
         'requires_dbus': true,
-        'timeout': 180
+        'timeout': 280
     }
 endforeach


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