Skip to content

Commit 70737c4

Browse files
Further increases timeout for tests.
1 parent f5d03b8 commit 70737c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/healthCheck.sh

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

@@ -18,4 +18,4 @@ function healthCheck() {
1818
exit 1
1919
}
2020

21-
healthCheck
21+
healthCheck

0 commit comments

Comments
 (0)