1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-30 23:46:35 +00:00

test: As the previous commit, increase test timeout

These tests take long...
This commit is contained in:
Carlos Soriano 2019-01-22 12:51:55 +00:00
parent 9d8ee6adf9
commit 20c94c338f

View File

@ -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: 240
timeout: 480
)
endforeach