Skip to content

Commit 39723a4

Browse files
committed
keep 5 sec in CI machines
1 parent d19fb36 commit 39723a4

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-otlp/tests/integration_test/tests

1 file changed

+1
-1
lines changed

opentelemetry-otlp/tests/integration_test/tests/metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use std::fs;
2121
use std::fs::File;
2222
use std::time::Duration;
2323

24-
const SLEEP_DURATION: Duration = Duration::from_secs(2);
24+
const SLEEP_DURATION: Duration = Duration::from_secs(5);
2525

2626
static RESULT_PATH: &str = "actual/metrics.json";
2727

0 commit comments

Comments
 (0)