increase jasmine timeout to a ridiculously high value
This commit is contained in:
parent
9a8dc1327f
commit
7543c1274d
|
@ -27,7 +27,7 @@ const path = require('path');
|
|||
const Realm = require('realm');
|
||||
const RealmTests = require('../js');
|
||||
|
||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
|
||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
|
||||
|
||||
// Create this method with appropriate implementation for Node testing.
|
||||
Realm.copyBundledRealmFiles = function() {
|
||||
|
|
Loading…
Reference in New Issue