Skip to content

Commit

Permalink
Replace wait for it with a simple sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jun 13, 2024
1 parent ad0e214 commit b45ac80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Wait a maximum of 3 min for the preview site to be up
run: .github/workflows/wait_for_it.sh --host="${DEPLOY_PREVIEW}" --port=443 -t 180
run: sleep 180

validate_provider_list:
name: Provider index meta-db
Expand Down

0 comments on commit b45ac80

Please sign in to comment.