We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c16789 commit f5c92c6Copy full SHA for f5c92c6
.github/workflows/tests.yml
@@ -21,8 +21,8 @@ jobs:
21
22
- name: Wait for service to start
23
run: |
24
- # Wait for up to 5 minutes for the service to start
25
- timeout=300
+ # Wait for up to 10 minutes for the service to start
+ timeout=600
26
while [ $timeout -gt 0 ]; do
27
if curl -s "http://localhost:8080/cache/numberArray/DECLARATION" > /dev/null; then
28
echo "Service is ready"
0 commit comments