NetworkManager/src/dhcp
Thomas Haller b1f6d53bc4 build/meson: increase timeouts for some tests
The defaults for test timeouts in meson is 30 seconds. That is not long
enough when running

  $ NMTST_USE_VALGRIND=1 ninja -C build test

Note that meson supports --timeout-multiplier, and automatically
increases the timeout when running under valgrind. However, meson
does not understand that we are running tests under valgrind via
NMTST_USE_VALGRIND=1 environment variable.

Timeouts are really not expected to be reached and are a mean of last
resort. Hence, increasing the timeout to a large value is likely to
have no effect or to fix test failures where the timeout was too rigid.
It's unlikely that the test indeed hangs and the increase of timeout
causes a unnecessary increase of waittime before aborting.
2019-02-23 07:20:49 +01:00
..
tests build/meson: increase timeouts for some tests 2019-02-23 07:20:49 +01:00
meson.build build: meson: Add trailing commas 2018-12-20 13:50:34 +01:00
nm-dhcp-client-logging.h core/dhcp: use addr-family parameter for instead of boolean 2017-09-11 15:05:57 +02:00
nm-dhcp-client.c all: replace g_strerror() calls with nm_strerror_native() 2019-02-12 08:50:28 +01:00
nm-dhcp-client.h dhcp: initialize hostname as construct-property 2018-11-14 08:11:41 +01:00
nm-dhcp-dhclient-utils.c all: drop unnecessary includes of <errno.h> and <string.h> 2019-02-12 08:50:28 +01:00
nm-dhcp-dhclient-utils.h dhcp: refactor nm_dhcp_dhclient_save_duid() to accept original DUID 2018-11-13 19:09:33 +01:00
nm-dhcp-dhclient.c all: replace g_strerror() calls with nm_strerror_native() 2019-02-12 08:50:28 +01:00
nm-dhcp-dhcpcanon.c all: replace g_strerror() calls with nm_strerror_native() 2019-02-12 08:50:28 +01:00
nm-dhcp-dhcpcd.c all: replace g_strerror() calls with nm_strerror_native() 2019-02-12 08:50:28 +01:00
nm-dhcp-helper-api.h build: rename "src/dhcp-manager" to "src/dhcp" 2016-11-21 14:07:47 +01:00
nm-dhcp-helper.c all: drop unnecessary includes of <errno.h> and <string.h> 2019-02-12 08:50:28 +01:00
nm-dhcp-listener.c all: drop unnecessary includes of <errno.h> and <string.h> 2019-02-12 08:50:28 +01:00
nm-dhcp-listener.h build: rename "src/dhcp-manager" to "src/dhcp" 2016-11-21 14:07:47 +01:00
nm-dhcp-manager.c all: drop unnecessary includes of <errno.h> and <string.h> 2019-02-12 08:50:28 +01:00
nm-dhcp-manager.h device: add "dhcp-plugin" match spec for device 2018-11-01 11:17:12 +01:00
nm-dhcp-systemd.c dhcp/internal: handle localhost and 0.0.0.0 DNS/NTP servers specially 2019-02-20 10:02:30 +01:00
nm-dhcp-utils.c all: move nm_utils_bin2hexstr_full() to shared 2019-02-21 09:36:17 +01:00
nm-dhcp-utils.h dhcp: drop NMDhcpDuidEnforce type 2018-06-20 11:39:27 +02:00