platform/tests: extend timeout for link-linux tests with meson

Our gitlab CI sometimes takes a long time with the
"/link/create-many-links/1000" test.
This commit is contained in:
Thomas Haller 2018-10-22 13:42:11 +02:00
parent 4543785438
commit 948abdb84d

View file

@ -1,6 +1,6 @@
test_units = [
['test-link-fake', 'test-link.c', test_nm_dep_fake, 30],
['test-link-linux', 'test-link.c', test_nm_dep_linux, 90],
['test-link-linux', 'test-link.c', test_nm_dep_linux, 180],
['test-address-fake', 'test-address.c', test_nm_dep_fake, 30],
['test-address-linux', 'test-address.c', test_nm_dep_linux, 30],
['test-general', 'test-general.c', test_nm_dep, 30],