aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/desktops/gnome-3/misc/geary/Bump-client-test-timeout-to-300s.patch
blob: abd8772cf31e064581d29f9cee893cc5db7caf16 (plain)
1
2
3
4
5
6
7
8
9
10
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)