Skip to content

Commit

Permalink
feat(verify): update to latest pact-node including ability to set ver…
Browse files Browse the repository at this point in the history
…ification timeout #28
  • Loading branch information
mefellows committed Feb 27, 2017
1 parent cb38b17 commit 4d0901e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ let opts = {
providerStatesSetupUrl <String>, // URL to send PUT requests to setup a given provider state. Optional.
pactBrokerUsername: <String>, // Username for Pact Broker basic authentication. Optional
pactBrokerPassword: <String>, // Password for Pact Broker basic authentication. Optional
timeout: <Number> // The duration in ms we should wait to confirm verification process was successful. Defaults to 30000, Optional.
};

verifier.verifyProvider(opts)).then(function () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"lodash.isnil": "4.0.0",
"lodash.isundefined": "3.0.1",
"lodash.omitby": "4.6.0",
"@pact-foundation/pact-node": "4.x",
"@pact-foundation/pact-node": "4.8.0",
"cli-color": "^1.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 4d0901e

Please sign in to comment.