Skip to content

Commit

Permalink
Add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Aug 12, 2024
1 parent 2339573 commit f10ec79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ runs:
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.2
with:
token: ${{ inputs.token }}
extra_params: "-url http://localhost:8000 -debug -stop-service-at-end -skip 'basic parsing/large message in one chunk' -skip 'basic parsing/large message in two chunks'"
test_service_port: '8000'
extra_params: "-status-timeout 60 -stop-service-at-end -skip 'basic parsing/large message in one chunk' -skip 'basic parsing/large message in two chunks'"

0 comments on commit f10ec79

Please sign in to comment.