summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-10-22 13:42:11 +0200
committerThomas Haller <thaller@redhat.com>2018-10-22 13:42:20 +0200
commit948abdb84db067b6c345d581ecc9eb898bd71d78 (patch)
treee91f2ab887c97c362590a1b342db906e2cb6b58b
parent4543785438c5859799e9c68b80e63e30be5df82e (diff)
downloadNetworkManager-948abdb84db067b6c345d581ecc9eb898bd71d78.tar.gz
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.
-rw-r--r--src/platform/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/tests/meson.build b/src/platform/tests/meson.build
index 67582d7766..bedc6916e6 100644
--- a/src/platform/tests/meson.build
+++ b/src/platform/tests/meson.build
@@ -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],