diff --git a/tests/integration/test_newrelic.py b/tests/integration/test_newrelic.py index 9fa12171..7939f0d1 100644 --- a/tests/integration/test_newrelic.py +++ b/tests/integration/test_newrelic.py @@ -14,6 +14,7 @@ def _deploy_app(self, mda_file, newrelic=True): env_vars["NEW_RELIC_LOGS_URI"] = "https://log-api.eu.newrelic.com/log/v1" self.stage_container(mda_file, env_vars=env_vars) + time.sleep(60) self.start_container() def _test_newrelic_running(self, mda_file): diff --git a/tests/integration/test_splunk.py b/tests/integration/test_splunk.py index 8893d22f..5f1199b5 100644 --- a/tests/integration/test_splunk.py +++ b/tests/integration/test_splunk.py @@ -19,6 +19,7 @@ def _deploy_app(self, mda_file, splunk=True): env_vars["SPLUNK_TOKEN"] = "dummy_token" self.stage_container(mda_file, env_vars=env_vars) + time.sleep(60) self.start_container() def _test_fluentbit_running(self, mda_file):