Skip to content

Commit e059cd9

Browse files
Increases timeout for startup.
1 parent 9d6a637 commit e059cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/healthCheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
function healthCheck() {
44
echo "Waiting for Structr to be ready for deployment"
5-
for i in $(seq 1 30)
5+
for i in $(seq 1 50)
66
do
77
STATUS_CODE=$(curl --write-out %{http_code} --silent localhost:8082/structr/health/ready)
88

0 commit comments

Comments
 (0)