diff --git a/pom.xml b/pom.xml
index f1c08779..dc278d7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
1.5.18
2.2.0
2.0.17
- 1.2.0
+ 1.2.1
1.3.0
0.13.0
0.14.0
diff --git a/src/test/java/com/arpnetworking/metrics/mad/integration/TelemetryIT.java b/src/test/java/com/arpnetworking/metrics/mad/integration/TelemetryIT.java
index 7dc4b00b..66e7ab30 100644
--- a/src/test/java/com/arpnetworking/metrics/mad/integration/TelemetryIT.java
+++ b/src/test/java/com/arpnetworking/metrics/mad/integration/TelemetryIT.java
@@ -83,7 +83,7 @@ public void testFromSamples() throws InterruptedException, ExecutionException, T
future::complete);
// Wait for subscription to be registered and align with aggregation period
- Thread.sleep(1000);
+ Thread.sleep(3000);
sleepToBeginningOfSecond();
try (Metrics metrics = METRICS_FACTORY.create()) {
@@ -116,7 +116,7 @@ public void testFromAggregatedData() throws InterruptedException, ExecutionExcep
future::complete);
// Wait for subscription to be registered
- Thread.sleep(1000);
+ Thread.sleep(3000);
sleepToBeginningOfSecond();
try (Metrics metrics = METRICS_FACTORY.create()) {
@@ -175,7 +175,7 @@ public void testFromMixedSamplesAndAggregatedData() throws InterruptedException,
future::complete);
// Wait for subscription to be registered
- Thread.sleep(1000);
+ Thread.sleep(3000);
sleepToBeginningOfSecond();
// First mixed samples-aggregates unit of work