mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Make jasmine server test timeout longer
A production travis test failed because of a timeout:
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.');
|
||||
}
|
||||
|
||||
//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
|
||||
|
||||
var initialized = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue