Skip to content

Commit

Permalink
Revert "Do not let execution timeout break the test"
Browse files Browse the repository at this point in the history
This reverts commit 1f93319.
  • Loading branch information
Christoph Seibert committed Apr 4, 2018
1 parent 1f93319 commit 6f13aff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5434,7 +5434,6 @@ 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 6f13aff

Please sign in to comment.