Skip to content

Commit 7079da6

Browse files
Up test timeout
1 parent 032c8e6 commit 7079da6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"standard": "standard",
88
"test": "npm run standard && npm run mocha",
9-
"mocha": "nyc mocha --exit --timeout=10000 test/**/*.js",
9+
"mocha": "nyc mocha --exit --timeout=20000 test/**/*.js",
1010
"preversion": "npm test",
1111
"postversion": "git push --follow-tags"
1212
},

test/integration/oidc-manager-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ describe('OidcManager (integration tests)', () => {
6363
expect(providerConfig.keys).to.exist()
6464
expect(oidc.initLocalRpClient).to.have.been.called()
6565
})
66-
}).timeout(10000)
66+
}).timeout(20000)
6767
})
6868
})

0 commit comments

Comments
 (0)