Skip to content

Commit

Permalink
Do not let execution timeout break the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Seibert committed Apr 4, 2018
1 parent 001493a commit 1f93319
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5434,6 +5434,7 @@ private LatchedSemaphoreCommand(String commandName, TestCircuitBreaker circuitBr
.setCircuitBreaker(circuitBreaker)
.setMetrics(circuitBreaker.metrics)
.setCommandPropertiesDefaults(HystrixCommandPropertiesTest.getUnitTestPropertiesSetter()
.withExecutionTimeoutEnabled(false)
.withExecutionIsolationStrategy(ExecutionIsolationStrategy.SEMAPHORE)
.withCircuitBreakerEnabled(false))
.setExecutionSemaphore(semaphore));
Expand Down

0 comments on commit 1f93319

Please sign in to comment.