Skip to content

Commit

Permalink
tests: Wait 30 seconds for a notification check (minimum hold-time)
Browse files Browse the repository at this point in the history
Signed-off-by: Donatas Abraitis <[email protected]>
  • Loading branch information
ton31337 committed Dec 11, 2024
1 parent ab3535f commit 4ac77b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _bgp_neighbor_check_if_notification_sent():
return topotest.json_cmp(output, expected)

test_func = functools.partial(_bgp_neighbor_check_if_notification_sent)
_, result = topotest.run_and_expect(test_func, None, count=40, wait=0.5)
_, result = topotest.run_and_expect(test_func, None, count=30, wait=1)
assert result is None, "Failed to send notification message\n"


Expand Down

0 comments on commit 4ac77b1

Please sign in to comment.