Skip to content

Commit 1a13fb7

Browse files
author
Ville Koskela
committed
Reduced sleep time in SignalFxSinkTest
1 parent 1333c05 commit 1a13fb7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/java/com/arpnetworking/clusteraggregator/Emitter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.arpnetworking.clusteraggregator;
1817

1918
import akka.actor.Props;

src/test/java/com/arpnetworking/tsdcore/sinks/SignalFxSinkTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void testSignalFxSink() throws InvalidProtocolBufferException, Interrupte
9999
.build();
100100
sink.recordAggregateData(periodicData);
101101

102-
Thread.sleep(5000);
102+
Thread.sleep(1000);
103103

104104
_wireMock.verifyThat(WireMock.postRequestedFor(WireMock.urlEqualTo("/v2/datapoint?orgid=MyOrganizationId"))
105105
.withHeader("Content-Type", WireMock.equalTo("application/x-protobuf"))

0 commit comments

Comments
 (0)