mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 14:23:02 +02:00
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:
committed by
Tobias Waldekranz
parent
c07d3e7ec9
commit
8ce3785d26
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user