Skip to content

Commit fbdced3

Browse files
committed
increased unit test timeout
1 parent 38b847a commit fbdced3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

config/development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
letsencryptSSLVerificationBody: process.env.LETSENCRYPT_VERIFICATION_BODY || 'xvArhQBSilF4V30dGUagNAZ96ASipB0b0ex0kXn0za8._v6aFbaRYWeOmSebtlD-X4Ixf5tPsyULMsXM8HjsK-Q',
1818
maxContentLength: process.env.MAX_CONTENT_LENGTH || '9999',
1919
enforceSSL: process.env.ENFORCE_SSL || 'no',
20-
gitOAuthToken: process.env.GIT_OAUTH_TOKEN || '24a751ec095255c9ac4c8ca6677d3cc790784dc2',
20+
gitOAuthToken: process.env.GIT_OAUTH_TOKEN || '2207558a1d72eefa8d836404e4dc2dc07bc46772',
2121
queueUIUsername: process.env.QUEUE_UI_USERNAME || 'admin',
2222
queueUIPassword: process.env.QUEUE_UI_PASSWORD || 'password123/',
2323
queueUIPort: process.env.QUEUE_UI_PORT || 3000

config/production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
letsencryptSSLVerificationBody: process.env.LETSENCRYPT_VERIFICATION_BODY || 'xvArhQBSilF4V30dGUagNAZ96ASipB0b0ex0kXn0za8._v6aFbaRYWeOmSebtlD-X4Ixf5tPsyULMsXM8HjsK-Q',
1818
maxContentLength: process.env.MAX_CONTENT_LENGTH || '9999',
1919
enforceSSL: process.env.ENFORCE_SSL || 'no',
20-
gitOAuthToken: process.env.GIT_OAUTH_TOKEN || '24a751ec095255c9ac4c8ca6677d3cc790784dc2',
20+
gitOAuthToken: process.env.GIT_OAUTH_TOKEN || '2207558a1d72eefa8d836404e4dc2dc07bc46772',
2121
queueUIUsername: process.env.QUEUE_UI_USERNAME || 'admin',
2222
queueUIPassword: process.env.QUEUE_UI_PASSWORD || 'password123/',
2323
queueUIPort: process.env.QUEUE_UI_PORT || 3000

test/mocha.opts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
--recursive
2-
--timeout 15000
2+
--timeout 20000

test/routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ it('should save rate limit error on request log', function(done){
143143
.catch(function(err){
144144
done(err);
145145
});
146-
},14000);
146+
},20000);
147147

148148
});
149149

0 commit comments

Comments
 (0)