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 9d341ed commit 9bc9e08Copy full SHA for 9bc9e08
.semaphore/semaphore.yml
@@ -128,7 +128,7 @@ blocks:
128
- cd test/Confluent.Kafka.IntegrationTests && dotnet test -l "console;verbosity=normal" && cd ../..
129
- name: 'Build and test with "consumer" protocol'
130
commands:
131
- - cd test/docker && docker-compose -f docker-compose-kraft.yaml up -d && sleep 30 && cd ../..
+ - cd test/docker && docker-compose -f docker-compose-kraft.yaml up -d && sleep 300 && cd ../..
132
- export SEMAPHORE_SKIP_FLAKY_TESTS='true'
133
- export TEST_CONSUMER_GROUP_PROTOCOL=consumer
134
- dotnet restore
0 commit comments