Skip to content

Commit f09106f

Browse files
Hector AzpuruaHector Azpurua
authored andcommitted
reduce sleep time after compose ci/cd
1 parent 5e354b5 commit f09106f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-amd64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Wait for services to be healthy (optional, but recommended)
2323
# You can use a dedicated action or a script to wait for health checks
2424
# Example using a simple sleep (adjust as needed for your application)
25-
run: sleep 120
25+
run: sleep 30
2626

2727
- name: Test noVNC is up
2828
run: |

0 commit comments

Comments
 (0)