Skip to content

Commit

Permalink
configure longer timeout to example
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jul 9, 2018
1 parent d53f04d commit caaee59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const {

const appFactory = require('./app');

Issuer.defaultHttpOptions = { timeout: 5000 };

Issuer.discover(ISSUER).then((issuer) => {
const app = appFactory(issuer);
app.listen(PORT);
Expand Down

0 comments on commit caaee59

Please sign in to comment.