[nautilus/gnome-3-30] tests: Increase timeout



commit b52affb3c695fba7c6910c6fde7cf58216d225a0
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Fri Sep 14 05:17:35 2018 +0000

    tests: Increase timeout
    
    It timeouts in Debian and sometimes locally.
    
    (cherry picked from commit 1f8b23d7c0ff86927bb4f2f99178d1cd1cf552f7)

 test/automated/display/meson.build     | 2 +-
 test/automated/displayless/meson.build | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/test/automated/display/meson.build b/test/automated/display/meson.build
index 05e42a9ff..c2b204bc3 100644
--- a/test/automated/display/meson.build
+++ b/test/automated/display/meson.build
@@ -18,6 +18,6 @@ foreach t: tests
       'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
       'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir())
     ],
-    timeout: 120
+    timeout: 240
   )
 endforeach
diff --git a/test/automated/displayless/meson.build b/test/automated/displayless/meson.build
index 3309bd50a..fa1179a95 100644
--- a/test/automated/displayless/meson.build
+++ b/test/automated/displayless/meson.build
@@ -43,6 +43,6 @@ foreach t: tests
       'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
       'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir())
     ],
-    timeout: 120
+    timeout: 240
   )
 endforeach


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