Skip to content

Commit 09cf95e

Browse files
authored
Increase curl retry count for search index server startup (#59655)
1 parent 9c44b9c commit 09cf95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/index-general-search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
153153
# first sleep to give it a chance to start
154154
sleep 6
155-
curl --retry-connrefused --retry 4 -I http://localhost:4002/
155+
curl --retry-connrefused --retry 6 -I http://localhost:4002/
156156
157157
- if: ${{ failure() }}
158158
name: Debug server outputs on errors

0 commit comments

Comments
 (0)