[PATCH v5 4/8] auto-t: Increase event timeout for test_full_scan
Alexander Ganslandt <[email protected]> Fri, 28 Nov 2025 12:54:25 +0100
| Newsgroups | dev.linux.lists.iwd |
|---|---|
| Message-ID | <[email protected]> |
Reaching the full-roam-scan event now requires scanning several subsets
which takes a bit longer, so the default timeout of 10 isn't long enough
anymore.
---
autotests/testAPRoam/bad_neighbor_report_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autotests/testAPRoam/bad_neighbor_report_test.py b/autotests/testAPRoam/bad_neighbor_report_test.py
index c1ec7e26..ab275e71 100644
--- a/autotests/testAPRoam/bad_neighbor_report_test.py
+++ b/autotests/testAPRoam/bad_neighbor_report_test.py
@@ -49,7 +49,7 @@ class Test(unittest.TestCase):
self.device.wait_for_event("roam-scan-triggered")
self.device.wait_for_event("no-roam-candidates")
# IWD should then trigger a full scan
- self.device.wait_for_event("full-roam-scan")
+ self.device.wait_for_event("full-roam-scan", timeout=30)
self.device.wait_for_event("no-roam-candidates", timeout=30)
# IWD should not trigger a roam again after the above 2 failures.
--
2.39.5