tests: Make timeout bigger

Some tests just require more, don't fail because they do so.
This commit is contained in:
Carlos Soriano 2018-09-07 18:27:33 +02:00 committed by Ernestas Kulik
parent 8acd51afd8
commit 9b3d13ce8c
2 changed files with 4 additions and 2 deletions

View file

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

View file

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