mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-21 12:20:43 +02:00
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:
parent
027ef98cd4
commit
43a12462e0
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, 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],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue