Skip to content

Commit

Permalink
Update Redpanda image to 22.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Dec 5, 2022
1 parent 1a5dd2a commit cfa899d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class KafkaDevServicesBuildTimeConfig {
* See https://github.com/strimzi/test-container and https://quay.io/repository/strimzi-test-container/test-container
* <p>
*/
@ConfigItem(defaultValue = "docker.io/vectorized/redpanda:v22.1.7")
@ConfigItem(defaultValue = "docker.io/vectorized/redpanda:v22.3.4")
public String imageName;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev;

import java.net.URI;
import java.time.Duration;
import java.util.List;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.function.Supplier;
Expand Down Expand Up @@ -58,7 +57,6 @@ public void sseStream() {
source.open();

Awaitility.await()
.atMost(Duration.ofSeconds(1))
.until(() -> received.size() >= 2);
}

Expand All @@ -77,7 +75,6 @@ public void sseStream() {
source.open();

Awaitility.await()
.atMost(Duration.ofSeconds(3))
.until(() -> received.size() >= 2);
}

Expand Down

0 comments on commit cfa899d

Please sign in to comment.