increase jasmine timeout to a ridiculously high value

This commit is contained in:
Yavor Georgiev 2017-04-04 16:13:07 +02:00 committed by blagoev
parent 9a8dc1327f
commit 7543c1274d
1 changed files with 1 additions and 1 deletions

View File

@ -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() {