Skip to content

Commit a5e3df0

Browse files
chore: fix floating timeout in integration tests (#1173)
Signed-off-by: Ilya Kheifets <ikheifets@splunk.com>
1 parent 855901e commit a5e3df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/test_poller_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ def test_switches_group(self, setup_splunk):
701701
assert metric_count > 0
702702

703703
def test_routers_group(self, setup_splunk):
704-
time.sleep(20)
704+
time.sleep(30)
705705
search_string = """| mpreview index=netmetrics | search profiles=routers_profile | stats dc(event) by host"""
706706
result_count, _ = run_retried_single_search(setup_splunk, search_string, 2)
707707
assert result_count == 2

0 commit comments

Comments
 (0)