Skip to content

Commit c10a21b

Browse files
committed
test: add sleep [run-int-tests]
1 parent c76aee1 commit c10a21b

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
@@ -59,7 +59,7 @@ def test_poller_integration_metric(self, setup_splunk):
5959

6060
def test_enrich_works_for_IFMIB(self, setup_splunk):
6161
logger.info("Integration test for enrichment")
62-
time.sleep(300)
62+
time.sleep(30)
6363
search_string = """| mpreview index=netmetrics | search sourcetype="sc4snmp:metric"
6464
| search "metric_name:sc4snmp.IF-MIB*if"
6565
| search "ifDescr" AND "ifAdminStatus" AND "ifName" AND "ifAlias" """

0 commit comments

Comments
 (0)