We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1f327 commit 50ac2d3Copy full SHA for 50ac2d3
hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandMetricsTest.java
@@ -135,7 +135,7 @@ public void testCurrentConcurrentExecutionCount() {
135
136
int NUM_CMDS = 8;
137
for (int i = 0; i < NUM_CMDS; i++) {
138
- HystrixCommand<Boolean> cmd = new SuccessCommand(key, 400);
+ HystrixCommand<Boolean> cmd = new SuccessCommand(key, 900);
139
if (metrics == null) {
140
metrics = cmd.metrics;
141
}
0 commit comments