Skip to content

Commit f5c92c6

Browse files
author
Christian Newman
committed
10 minutes
1 parent 4c16789 commit f5c92c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
2222
- name: Wait for service to start
2323
run: |
24-
# Wait for up to 5 minutes for the service to start
25-
timeout=300
24+
# Wait for up to 10 minutes for the service to start
25+
timeout=600
2626
while [ $timeout -gt 0 ]; do
2727
if curl -s "http://localhost:8080/cache/numberArray/DECLARATION" > /dev/null; then
2828
echo "Service is ready"

0 commit comments

Comments
 (0)