Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
test: increase timeout on all cap test (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunniclm authored Nov 8, 2017
1 parent 38e6772 commit 58e3348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/app/prompted_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ describe('Integration tests (prompt build) for swiftserver:app', function () {
describe('with all capabilities and services', function () {
// On macOS this test sometimes times out because of the number
// of dependencies to fetch and compile. Use a longer timeout.
this.timeout(400000)
this.timeout(500000)

// var petstoreSDKName = 'Swagger_Petstore'
var petstoreSwaggerFile = path.join(__dirname, '../../resources/petstore.yaml')
Expand Down

0 comments on commit 58e3348

Please sign in to comment.