From 948abdb84db067b6c345d581ecc9eb898bd71d78 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 22 Oct 2018 13:42:11 +0200 Subject: [PATCH] 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. --- src/platform/tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],