extend to 60mins runtime

This commit is contained in:
Omar Najjar 2023-11-09 19:38:34 +11:00 committed by GitHub
parent ed75800014
commit ba72d45c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,6 @@ jobs:
- name: Get URL
run: echo "Cloud Desktop Environment URL $(curl -s localhost:4040/api/tunnels | jq -r .tunnels[0].public_url)"
- name: Run for 20 mins
run: sleep 1200
- name: Run for 60 mins
run: sleep 3600
continue-on-error: true