2
0
mirror of https://github.com/status-im/realm-js.git synced 2025-01-14 00:25:37 +00:00

reverted the debugger attached timeout change that might be causing CI to hang

This commit is contained in:
blagoev 2017-05-17 16:18:56 +03:00
parent cf8e6efb16
commit c019ffc33a

@ -28,10 +28,6 @@ const Realm = require('realm');
const RealmTests = require('../js');
jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
const isDebuggerAttached = typeof v8debug === 'object';
if (isDebuggerAttached) {
jasmine.DEFAULT_TIMEOUT_INTERVAL = 3000000;
}
// Create this method with appropriate implementation for Node testing.
Realm.copyBundledRealmFiles = function() {