test/case: increase test time slightly to catch per-20 sec LLDP

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-08-30 10:37:43 +02:00
committed by Tobias Waldekranz
parent c07d3e7ec9
commit 8ce3785d26
+1 -1
View File
@@ -90,7 +90,7 @@ with infamy.Test() as test:
})
with test.step("Start sniffer and enable services on target ..."):
rc = verify(True, 20)
rc = verify(True, 25)
print(rc.stdout)
# breakpoint()
if "10.0.0.10.1900 > 10.0.0.1" not in rc.stdout: