-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from jewzaam/fix-hystrix-config-115
Fixes #115: set timeout for semaphore strategy
- Loading branch information
Showing
5 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
crud/src/test/resources/ITCaseCrudResourceRDBMSTest/config/config.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# set default isolation strategy for tests to SEMAPHORE else breakpoints in IDE | ||
# when debugging unit tests will timeout with default strategy (THREAD). | ||
hystrix.command.default.execution.isolation.strategy=SEMAPHORE | ||
hystrix.command.default.execution.isolation.strategy=SEMAPHORE | ||
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=60000 |
2 changes: 1 addition & 1 deletion
2
crud/src/test/resources/ITCaseCrudResourceTest/config/config.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# set default isolation strategy for tests to SEMAPHORE else breakpoints in IDE | ||
# when debugging unit tests will timeout with default strategy (THREAD). | ||
hystrix.command.default.execution.isolation.strategy=SEMAPHORE | ||
|
||
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=60000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# set default isolation strategy for tests to SEMAPHORE else breakpoints in IDE | ||
# when debugging unit tests will timeout with default strategy (THREAD). | ||
hystrix.command.default.execution.isolation.strategy=SEMAPHORE | ||
hystrix.command.default.execution.isolation.strategy=SEMAPHORE | ||
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=60000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# set default isolation strategy for tests to SEMAPHORE else breakpoints in IDE | ||
# when debugging unit tests will timeout with default strategy (THREAD). | ||
hystrix.command.default.execution.isolation.strategy=SEMAPHORE | ||
hystrix.command.default.execution.isolation.strategy=SEMAPHORE | ||
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=60000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# set default isolation strategy for tests to SEMAPHORE else breakpoints in IDE | ||
# when debugging unit tests will timeout with default strategy (THREAD). | ||
hystrix.command.default.execution.isolation.strategy=SEMAPHORE | ||
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=60000 |