Skip to content

Commit

Permalink
JAV-55 shorten timeout to fulfill test scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyinx committed Jun 17, 2017
1 parent b46938e commit 09ea28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manager/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ hystrix:
execution:
isolation:
thread:
timeoutInMilliseconds: 5000
timeoutInMilliseconds: 1000

logging:
level:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import org.springframework.test.context.junit4.SpringRunner;

@RunWith(SpringRunner.class)
@SpringBootTest
@SpringBootTest(properties = "hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=500")
@AutoConfigureMockMvc
@ActiveProfiles("dev")
public class AuthenticationServiceTest {
Expand Down

0 comments on commit 09ea28b

Please sign in to comment.