tests: Increase timeout

It timeouts in Debian and sometimes locally.
This commit is contained in:
Carlos Soriano 2018-09-14 05:17:35 +00:00
parent 76b84467ad
commit 1f8b23d7c0
2 changed files with 2 additions and 2 deletions

View file

@ -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

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