[nautilus/flatpak-fixes: 1/2] tests: Make timeout bigger
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/flatpak-fixes: 1/2] tests: Make timeout bigger
- Date: Wed, 12 Sep 2018 11:55:46 +0000 (UTC)
commit 6633738b4653fc9e3a3c085d76713b053d915d59
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]