mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Make jasmine server test timeout longer
A production travis test failed because of a timeout: https://travis-ci.org/codecombat/codecombat/builds/132905284 Timeout used to be two minutes for Stripe tests, was removed after those were nocked, now turning back on somewhere to somewhere in between.
This commit is contained in:
parent
673c608d5a
commit
106057b99d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if (database.generateMongoConnectionString() !== dbString) {
|
||||||
throw Error('Stopping server tests because db connection string was not as expected.');
|
throw Error('Stopping server tests because db connection string was not as expected.');
|
||||||
}
|
}
|
||||||
|
|
||||||
//jasmine.DEFAULT_TIMEOUT_INTERVAL = 1000 * 120; // for long Stripe tests
|
jasmine.DEFAULT_TIMEOUT_INTERVAL = 1000 * 10; // for long Stripe tests
|
||||||
require('../server/common'); // Make sure global testing functions are set up
|
require('../server/common'); // Make sure global testing functions are set up
|
||||||
|
|
||||||
var initialized = false;
|
var initialized = false;
|
||||||
|
|
Loading…
Reference in a new issue