Fix/add iam to pom (#22)

This commit is contained in:
malkoas 2022-12-20 16:51:50 +03:00 committed by GitHub
parent 3301dc9d05
commit cb597576be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View File

@ -16,4 +16,4 @@ jobs:
uses: actions/checkout@v2
- name: Run Build Java
uses: valitydev/action-jdk-build@v0.0.7
uses: valitydev/action-jdk-build@v0.0.7

View File

@ -36,4 +36,4 @@ jobs:
registry-username: ${{ github.actor }}
registry-access-token: ${{ secrets.GITHUB_TOKEN }}
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}

View File

@ -89,6 +89,10 @@
<artifactId>riak-client</artifactId>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>software.amazon.msk</groupId>
<artifactId>aws-msk-iam-auth</artifactId>
</dependency>
<!--kafka-->
<dependency>

View File

@ -45,7 +45,7 @@ public class RiakTest {
row.setValue(VALUE);
Awaitility.await()
.pollDelay(5_000L, TimeUnit.MILLISECONDS)
.atMost(20_000L, TimeUnit.MILLISECONDS)
.atMost(30_000L, TimeUnit.MILLISECONDS)
.ignoreExceptions()
.until(() -> {
listRepository.create(row);