Skip to content

Commit

Permalink
Timeout 500ms for service tests
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Oct 13, 2019
1 parent 2c39ee4 commit e153651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/service-test-runner/service-tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class ServiceTester {
if (!skipIntercepted || !spec.intercepted) {
spec.baseUri(testerBaseUrl)
spec.retry(retry.count, retry.backoff)
spec.timeout(500)
spec.toss()
}
})
Expand Down

0 comments on commit e153651

Please sign in to comment.