Skip to content

Commit eb2a7a2

Browse files
authored
Merge pull request Netflix#1275 from mattrjacobs/fix-flaky-health-counts-unit-test
Lengthened wait period in shortCircuited HealthCounts unit test
2 parents e27686b + 4f693bf commit eb2a7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hystrix-core/src/test/java/com/netflix/hystrix/metric/consumer/HealthCountsStreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public void testShortCircuited() {
231231
failure3.observe();
232232

233233
try {
234-
Thread.sleep(100);
234+
Thread.sleep(500);
235235
} catch (InterruptedException ie) {
236236
fail(ie.getMessage());
237237
}

0 commit comments

Comments
 (0)