mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #378 from kiwix/increase-test-timeout
Increase test timeout to 160s
This commit is contained in:
commit
7fe07c65fd
|
@ -42,6 +42,6 @@ if gtest_dep.found() and not meson.is_cross_build()
|
||||||
link_args: extra_link_args,
|
link_args: extra_link_args,
|
||||||
dependencies : all_deps + [gtest_dep],
|
dependencies : all_deps + [gtest_dep],
|
||||||
build_rpath : '$ORIGIN')
|
build_rpath : '$ORIGIN')
|
||||||
test(test_name, test_exe)
|
test(test_name, test_exe, timeout : 160)
|
||||||
endforeach
|
endforeach
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue