Skip to content

Commit b17143f

Browse files
chore: increase timeout for conformance server start. (#813)
We're experiencing some timeouts on server conformance test runs. This should fix it.
1 parent 86d05a1 commit b17143f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
go run ./conformance/everything-server/main.go -http=":3001" &
2929
# Wait for the server to be ready.
30-
timeout 15 bash -c 'until curl -s http://localhost:3001/mcp; do sleep 0.5; done'
30+
timeout 30 bash -c 'until curl -s http://localhost:3001/mcp; do sleep 0.5; done'
3131
- name: "Run conformance tests"
3232
uses: modelcontextprotocol/conformance@c2f3fdaf781dcd5a862cb0d2f6454c1c210bf0f0 # v0.1.11
3333
with:

0 commit comments

Comments
 (0)