diff options
author | Carlos Soriano <csoriano@redhat.com> | 2018-09-07 18:27:33 +0200 |
---|---|---|
committer | Ernestas Kulik <ernestas.kulik@gmail.com> | 2018-09-12 13:00:07 +0000 |
commit | 9b3d13ce8cf04054bd89e98bbc74663a7f36145c (patch) | |
tree | fc34b91565a288ee4dc0dd71c92b61124230f926 /test | |
parent | 8acd51afd86b9c80daf7e3c284dee45ec300c965 (diff) | |
download | nautilus-9b3d13ce8cf04054bd89e98bbc74663a7f36145c.tar.gz |
tests: Make timeout bigger
Some tests just require more, don't fail because they do so.
Diffstat (limited to 'test')
-rw-r--r-- | test/automated/display/meson.build | 3 | ||||
-rw-r--r-- | 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 |