Skip to content

Commit

Permalink
Increased batch command timeout in HystrixCollapserTest to accommodat…
Browse files Browse the repository at this point in the history
…e Travis slowness
  • Loading branch information
Matt Jacobs committed Mar 11, 2016
1 parent f98a027 commit 59e1f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ private static class TestCollapserCommand extends TestHystrixCommand<List<String
private final Collection<CollapsedRequest<String, String>> requests;

TestCollapserCommand(Collection<CollapsedRequest<String, String>> requests) {
super(testPropsBuilder().setCommandPropertiesDefaults(HystrixCommandPropertiesTest.getUnitTestPropertiesSetter().withExecutionTimeoutInMilliseconds(50)));
super(testPropsBuilder().setCommandPropertiesDefaults(HystrixCommandPropertiesTest.getUnitTestPropertiesSetter().withExecutionTimeoutInMilliseconds(500)));
this.requests = requests;
}

Expand Down

0 comments on commit 59e1f63

Please sign in to comment.