mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-25 12:45:32 +00:00
increase jasmine timeout to a ridiculously high value
This commit is contained in:
parent
95da4d81c3
commit
a37c38ca92
@ -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…
x
Reference in New Issue
Block a user