Skip to content

Commit

Permalink
increase timeout to wait for OSD fully started
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Sep 6, 2023
1 parent 1a5659b commit a1cbf4a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ jobs:
run: |
# Resetting npm's script shell for Windows so `yarn run cypress` doesn't have conflicts
npm config delete script-shell
- name: Wait for OSD to be fully start
run: |
sleep 300
curl http://localhost:5601/app/home#/
curl http://localhost:9200
- name: Run Cypress tests
uses: cypress-io/github-action@v2
Expand Down

0 comments on commit a1cbf4a

Please sign in to comment.