Skip to content

Commit 32e930e

Browse files
test
Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
1 parent 1482bb4 commit 32e930e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ async fn test_otel() {
929929
let exponential_backoff = ExponentialBuilder::default()
930930
.with_min_delay(Duration::from_secs(10))
931931
.with_max_delay(Duration::from_secs(30))
932-
.with_max_times(5);
932+
.with_max_times(10);
933933

934934
let metrics_output_json =
935935
(|| async { parse_exporter_output(metrics_output_file.as_file()).await })

0 commit comments

Comments
 (0)