Skip to content

Commit

Permalink
Increase sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Apr 25, 2024
1 parent 682408b commit d287a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Expand Up @@ -127,7 +127,7 @@ blocks:
- cd test/Confluent.Kafka.IntegrationTests && dotnet test -l "console;verbosity=normal" && cd ../..
- name: 'Build and test with "consumer" protocol'
commands:
- 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 ../..
- export SEMAPHORE_SKIP_FLAKY_TESTS='true'
- export TEST_CONSUMER_GROUP_PROTOCOL=consumer
- dotnet restore
Expand Down

0 comments on commit d287a0f

Please sign in to comment.