Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
THORN-2063: Migrate MP Fault Tolerance implementation to SmallRye 4.x
Browse files Browse the repository at this point in the history
Change Timeout to avoid random build error on Semaphore
  • Loading branch information
antoinesd committed Jul 23, 2018
1 parent 9682caf commit d4f0f9e
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -25,4 +25,7 @@ hystrix.command.default.fallback.isolation.semaphore.maxConcurrentRequests=50
hystrix.threadpool.default.maximumSize=40

# Do not interrupt command execution when a timeout occurs - needed for bulkhead tests
hystrix.command.default.execution.isolation.thread.interruptOnTimeout=false
hystrix.command.default.execution.isolation.thread.interruptOnTimeout=false

# Help tck pass on remote CI
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=50

0 comments on commit d4f0f9e

Please sign in to comment.