[nautilus/flatpak-fixes: 2/3] tests: Make timeout bigger



commit 9b3d13ce8cf04054bd89e98bbc74663a7f36145c
Author: Carlos Soriano <csoriano redhat com>
Date:   Fri Sep 7 18:27:33 2018 +0200

    tests: Make timeout bigger
    
    Some tests just require more, don't fail because they do so.

 test/automated/display/meson.build     | 3 ++-
 test/automated/displayless/meson.build | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/test/automated/display/meson.build b/test/automated/display/meson.build
index 76bcabd60..05e42a9ff 100644
--- a/test/automated/display/meson.build
+++ b/test/automated/display/meson.build
@@ -17,6 +17,7 @@ foreach t: tests
       test_env,
       'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
       'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir())
-    ]
+    ],
+    timeout: 120
   )
 endforeach
diff --git a/test/automated/displayless/meson.build b/test/automated/displayless/meson.build
index 58f0b853b..3309bd50a 100644
--- a/test/automated/displayless/meson.build
+++ b/test/automated/displayless/meson.build
@@ -42,6 +42,7 @@ foreach t: tests
       test_env,
       'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
       'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir())
-    ]
+    ],
+    timeout: 120
   )
 endforeach


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