mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 09:06:26 +00:00
Revert "reverted the debugger attached timeout change that might be causing CI to hang"
This reverts commit c019ffc33a594797e24a89344979a3e95206e738.
This commit is contained in:
parent
c019ffc33a
commit
ebb8d8efa6
@ -28,6 +28,10 @@ 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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user