depot/third_party/nixpkgs/pkgs/desktops/gnome-3/misc/geary/Bump-client-test-timeout-to-300s.patch

11 lines
337 B
Diff
Raw Normal View History

diff --git a/test/meson.build b/test/meson.build
index 6ea5e27a..450c03e3 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -167,4 +167,4 @@ test_integration_bin = executable('test-integration',
)
test('engine-tests', test_engine_bin)
-test('client-tests', test_client_bin)
+test('client-tests', test_client_bin, timeout: 300)