Skip to content

Commit 4c16789

Browse files
author
Christian Newman
committed
Add longer timeout for docker test
1 parent ffff193 commit 4c16789

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 2 minutes for the service to start
25-
timeout=120
24+
# Wait for up to 5 minutes for the service to start
25+
timeout=300
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)