mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
auto-t: increase timeout in testPSK-roam
This was causing random failures and increasing the timeout seems to be a lot more reliable.
This commit is contained in:
parent
563ecc63e8
commit
0f5da071fa
@ -33,7 +33,7 @@ class Test(unittest.TestCase):
|
|||||||
# Since both BSS's have low signal, the roam should fail and trigger
|
# Since both BSS's have low signal, the roam should fail and trigger
|
||||||
# another roam scan.
|
# another roam scan.
|
||||||
device.wait_for_event('roam-scan-triggered', timeout=30)
|
device.wait_for_event('roam-scan-triggered', timeout=30)
|
||||||
device.wait_for_event('no-roam-candidates', timeout=30)
|
device.wait_for_event('no-roam-candidates', timeout=60)
|
||||||
|
|
||||||
# Hostapd sends disconnect
|
# Hostapd sends disconnect
|
||||||
self.bss_hostapd[0].disable()
|
self.bss_hostapd[0].disable()
|
||||||
|
Loading…
Reference in New Issue
Block a user