NetworkManager/src/devices/wifi
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 wifi-p2p: rename files for consistent Wi-Fi P2P naming 2019-02-01 17:02:57 +01:00
nm-device-iwd.c Add polkit action for Wi-Fi scans 2019-02-21 13:49:17 +01:00
nm-device-iwd.h wifi: skip nm_platform_wifi_get_capabilities/get_mode for IWD backend 2018-10-11 16:07:15 +02:00
nm-device-olpc-mesh.c all: drop unnecessary includes of <errno.h> and <string.h> 2019-02-12 08:50:28 +01:00
nm-device-olpc-mesh.h build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nm-device-wifi-p2p.c wifi-p2p: drop WiFi-P2P "group-owner" property from D-Bus API and libnm 2019-02-21 15:34:55 +01:00
nm-device-wifi-p2p.h wifi-p2p: drop WiFi-P2P "group-owner" property from D-Bus API and libnm 2019-02-21 15:34:55 +01:00
nm-device-wifi.c Add polkit action for Wi-Fi scans 2019-02-21 13:49:17 +01:00
nm-device-wifi.h core/devices: Automatically create P2P device for wifi devices 2019-01-27 23:45:12 +01:00
nm-iwd-manager.c all: cache errno in local variable before using it 2019-02-12 08:50:28 +01:00
nm-iwd-manager.h wifi/iwd: access Network objects through ObjectManager 2018-09-19 08:37:52 +02:00
nm-wifi-ap.c all: drop unnecessary includes of <errno.h> and <string.h> 2019-02-12 08:50:28 +01:00
nm-wifi-ap.h wifi: refactor nm_wifi_ap_set_ssid() to accept GBytes 2018-08-22 10:49:34 +02:00
nm-wifi-common.c core: fix wireless bitrate property name on D-Bus 2018-09-07 09:40:09 +02:00
nm-wifi-common.h wifi: rework tracking of wifi-aps to use CList 2018-03-27 09:58:00 +02:00
nm-wifi-factory.c wifi-p2p: rename Wi-Fi P2P 2019-02-01 17:02:57 +01:00
nm-wifi-p2p-peer.c all: drop unnecessary includes of <errno.h> and <string.h> 2019-02-12 08:50:28 +01:00
nm-wifi-p2p-peer.h wifi-p2p: rename Wi-Fi P2P 2019-02-01 17:02:57 +01:00
nm-wifi-utils.c all: drop unnecessary includes of <errno.h> and <string.h> 2019-02-12 08:50:28 +01:00
nm-wifi-utils.h wifi: Move get_connection_iwd_security to nm-wifi-utils.c 2018-09-05 15:24:04 +02:00