Skip to content

Commit

Permalink
Remove redundant sleep
Browse files Browse the repository at this point in the history
We have multiple minutes of bootstrapping, and OSD itself waits for OS to start.

Signed-off-by: Simeon Widdis <[email protected]>
  • Loading branch information
Swiddis committed Sep 19, 2023
1 parent dab7980 commit 07f7153
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/integration-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ jobs:
run: /bin/bash -c "./opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT/bin/opensearch &"
shell: bash

- name: Sleep while OpenSearch starts
uses: peternied/action-sleep@v1
with:
seconds: 30

- name: Checkout OpenSearch Dashboards
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 07f7153

Please sign in to comment.