Closes #2328 - fix smoketest - wait longer
This commit is contained in:
parent
cd9d0d82de
commit
8b8e220094
|
|
@ -459,10 +459,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
app-name: taskana
|
app-name: taskana
|
||||||
package: rest/taskana-rest-spring-example-boot/target/taskana-rest-spring-example-boot.jar
|
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
|
uses: jakejarvis/wait-action@master
|
||||||
with:
|
with:
|
||||||
time: '15s'
|
time: '60s'
|
||||||
- name: Smoke test documentation
|
- name: Smoke test documentation
|
||||||
run: ci/verify_docs_alive.sh
|
run: ci/verify_docs_alive.sh
|
||||||
- name: Cancel workflow
|
- name: Cancel workflow
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue