Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit a6ec641

Browse files
author
Philip Cristiano
committed
Adjust timeout to pass on my machine
This was 5000ms which apparently my laptop can’t handle. Adjusting it higher got the test to pass. 30000 didn’t work, so I’ll give it a minute.
1 parent a257cc2 commit a6ec641

File tree

1 file changed

+1
-1
lines changed
  • helios-services/src/test/java/com/spotify/helios/servicescommon

1 file changed

+1
-1
lines changed

helios-services/src/test/java/com/spotify/helios/servicescommon/SentryTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class SentryTest {
4747

4848
@Rule public TemporaryPorts temporaryPorts = TemporaryPorts.create();
4949

50-
private static final int UDP_SERVER_TIMEOUT = 5000;
50+
private static final int UDP_SERVER_TIMEOUT = 60000;
5151

5252
private int sentryPort;
5353
private String testDsn;

0 commit comments

Comments
 (0)