Skip to content

Commit

Permalink
Add sleep between stage & start of newrelic & splunk test executions
Browse files Browse the repository at this point in the history
  • Loading branch information
ekremsekerci committed Aug 15, 2024
1 parent d1b1f13 commit eadf3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_newrelic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_splunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit eadf3a5

Please sign in to comment.