Skip to content

Commit 16adcc7

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent f9cfa12 commit 16adcc7

File tree

1 file changed

+1
-1
lines changed
  • sample-operators/metrics-processing/src/test/java/io/javaoperatorsdk/operator/sample/metrics

1 file changed

+1
-1
lines changed

sample-operators/metrics-processing/src/test/java/io/javaoperatorsdk/operator/sample/metrics/MetricsHandlingE2E.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ void cleanup() throws IOException {
102102
private LocalPortForward portForward(String labelKey, String labelValue, int port) {
103103
log.info("Waiting for pod with label {}={} to be ready...", labelKey, labelValue);
104104
await()
105-
.atMost(Duration.ofMinutes(7))
105+
.atMost(Duration.ofMinutes(15))
106106
.pollInterval(Duration.ofSeconds(10))
107107
.until(() -> findReadyPod(labelKey, labelValue).isPresent());
108108
var pod =

0 commit comments

Comments
 (0)