Skip to content

Commit

Permalink
test/case: increase test time slightly to catch per-20 sec LLDP
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Aug 30, 2023
1 parent a11b4fc commit 569ab8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/case/infix_services/services_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def verify(enabled, sec):
})

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:
Expand Down

0 comments on commit 569ab8d

Please sign in to comment.