Skip to content

Commit

Permalink
Closes #2328 - fix smoketest - wait longer
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzheboka committed Jul 25, 2023
1 parent cd9d0d8 commit 8e136cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,10 @@ jobs:
with:
app-name: taskana
package: rest/taskana-rest-spring-example-boot/target/taskana-rest-spring-example-boot.jar
- name: Wait for Azure for 15 seconds
- name: Wait for Azure for 60 seconds
uses: jakejarvis/wait-action@master
with:
time: '15s'
time: '60s'
- name: Smoke test documentation
run: ci/verify_docs_alive.sh
- name: Cancel workflow
Expand Down

0 comments on commit 8e136cd

Please sign in to comment.