mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 00:10:11 +01:00
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:
parent
4543785438
commit
948abdb84d
1 changed files with 1 additions and 1 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue