diff --git a/xivsupport/src/test/java/gg/xp/xivsupport/callouts/CalloutExpiryTest.java b/xivsupport/src/test/java/gg/xp/xivsupport/callouts/CalloutExpiryTest.java index 31a404706fe4..f3ae44dc5c0d 100644 --- a/xivsupport/src/test/java/gg/xp/xivsupport/callouts/CalloutExpiryTest.java +++ b/xivsupport/src/test/java/gg/xp/xivsupport/callouts/CalloutExpiryTest.java @@ -63,7 +63,7 @@ void testCalloutExpiryFixedNoEvent() throws Throwable { Assert.assertFalse(call.isExpired()); MatcherAssert.assertThat(data.getCurrentVisualCalls(), Matchers.hasSize(1)); - Thread.sleep(1000); + Thread.sleep(800); Assert.assertFalse(call.isExpired()); MatcherAssert.assertThat(data.getCurrentVisualCalls(), Matchers.hasSize(1)); @@ -83,7 +83,7 @@ void testCalloutExpiryFixedNoEvent() throws Throwable { Assert.assertFalse(call.isExpired()); MatcherAssert.assertThat(data.getCurrentVisualCalls(), Matchers.hasSize(1)); - Thread.sleep(1000); + Thread.sleep(800); Assert.assertFalse(call.isExpired()); MatcherAssert.assertThat(data.getCurrentVisualCalls(), Matchers.hasSize(1)); @@ -107,7 +107,7 @@ void testCalloutExpiryFixedWithEvent() throws Throwable { Assert.assertFalse(call.isExpired()); MatcherAssert.assertThat(data.getCurrentVisualCalls(), Matchers.hasSize(1)); - Thread.sleep(1000); + Thread.sleep(800); Assert.assertFalse(call.isExpired()); MatcherAssert.assertThat(data.getCurrentVisualCalls(), Matchers.hasSize(1)); @@ -128,7 +128,7 @@ void testCalloutExpiryFixedWithEvent() throws Throwable { Assert.assertFalse(call.isExpired()); MatcherAssert.assertThat(data.getCurrentVisualCalls(), Matchers.hasSize(1)); - Thread.sleep(1000); + Thread.sleep(800); Assert.assertFalse(call.isExpired()); MatcherAssert.assertThat(data.getCurrentVisualCalls(), Matchers.hasSize(1));