From 9b3d13ce8cf04054bd89e98bbc74663a7f36145c Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Fri, 7 Sep 2018 18:27:33 +0200 Subject: [PATCH] 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