tests: Bump timeout for the execution of all unit tests

This commit is contained in:
Dorota Czaplejewicz
2019-11-17 15:06:07 +00:00
parent 0da848a5a0
commit 36af546362

View File

@ -80,6 +80,8 @@ test(
'rstest',
cargo_script,
args: ['', 'test'],
# this is a whole Carg-based test suite, let it run for a while
timeout: 900,
depends: build_rstests,
)