Skip to content

Commit 50ac2d3

Browse files
author
Matt Jacobs
committed
Increased time spent in command to allow concurrency check to work as expected
1 parent 2b1f327 commit 50ac2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandMetricsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public void testCurrentConcurrentExecutionCount() {
135135

136136
int NUM_CMDS = 8;
137137
for (int i = 0; i < NUM_CMDS; i++) {
138-
HystrixCommand<Boolean> cmd = new SuccessCommand(key, 400);
138+
HystrixCommand<Boolean> cmd = new SuccessCommand(key, 900);
139139
if (metrics == null) {
140140
metrics = cmd.metrics;
141141
}

0 commit comments

Comments
 (0)