mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 09:06:26 +00:00
Increase bind timeout
This commit is contained in:
parent
716201a1fe
commit
f19fd3e5dd
@ -66,7 +66,7 @@ module.exports = {
|
|||||||
TestCase.assertEqual(session.state, 'active');
|
TestCase.assertEqual(session.state, 'active');
|
||||||
|
|
||||||
// give the session enough time to refresh its access token and bind itself
|
// give the session enough time to refresh its access token and bind itself
|
||||||
let timeout = 500;
|
let timeout = 1500;
|
||||||
if (typeof window !== 'undefined') {
|
if (typeof window !== 'undefined') {
|
||||||
timeout = 2500; // need a longer timeout under React Native because remote debugging
|
timeout = 2500; // need a longer timeout under React Native because remote debugging
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user