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:
James Prestwood 2023-05-18 09:49:58 -07:00 committed by Denis Kenzior
parent 563ecc63e8
commit 0f5da071fa
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Test(unittest.TestCase):
# Since both BSS's have low signal, the roam should fail and trigger
# another roam scan.
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
self.bss_hostapd[0].disable()