Skip to content

Commit f5d03b8

Browse files
Further increases timeout for Structr healthCheck, because macOS runner are a bit slow...
1 parent e059cd9 commit f5d03b8

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 50)
5+
for i in $(seq 1 100)
66
do
77
STATUS_CODE=$(curl --write-out %{http_code} --silent localhost:8082/structr/health/ready)
88

0 commit comments

Comments
 (0)