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 240b622 commit 613b0abCopy full SHA for 613b0ab
.github/workflows/ci-test-go.yml
@@ -46,6 +46,7 @@ jobs:
46
env:
47
TESTCONTAINERS_RYUK_DISABLED: "${{ inputs.ryuk-disabled }}"
48
RYUK_CONNECTION_TIMEOUT: "${{ inputs.project-directory == 'modules/compose' && '5m' || '60s' }}"
49
+ TESTCONTAINERS_PORT_MAPPING_TIMEOUT: "5s"
50
RYUK_RECONNECTION_TIMEOUT: "${{ inputs.project-directory == 'modules/compose' && '30s' || '10s' }}"
51
SHOULD_RUN_SONAR: "false"
52
strategy:
0 commit comments