Skip to content

Commit 4a269ae

Browse files
committed
Set flow_count to 25 from 100
1 parent 6c5f669 commit 4a269ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system_tests_vflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ def test_03_short_connections(self):
534534
self.assertTrue(success, f"Failed to find baseline connector {self.snooper_thread.get_results()}")
535535

536536
test_name = 'test_03_short_connections'
537-
flow_count = 100
537+
flow_count = 25
538538
clients = []
539539
expected = {'EdgeB': []}
540540

0 commit comments

Comments
 (0)