Skip to content

Commit

Permalink
Set flow_count to 25 from 100
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmurthy committed Mar 10, 2025
1 parent 1620df9 commit 25c1e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_tests_vflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def test_03_short_connections(self):
self.assertTrue(success, f"Failed to find baseline connector {self.snooper_thread.get_results()}")

test_name = 'test_03_short_connections'
flow_count = 100
flow_count = 25
clients = []
expected = {'EdgeB': []}

Expand Down

0 comments on commit 25c1e77

Please sign in to comment.