platform/tests: increase timeout for platform tests

Seems 180 seconds is still not enough for "/link/create-many-links/1000"
tests on gitlab-CI.
This commit is contained in:
Thomas Haller 2019-02-04 10:52:19 +01:00
parent 027ef98cd4
commit 43a12462e0

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, 180],
['test-link-linux', 'test-link.c', test_nm_dep_linux, 300],
['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],