Increase bind timeout

This commit is contained in:
Radu Tutueanu 2017-02-08 13:52:26 +01:00
parent 716201a1fe
commit f19fd3e5dd
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ module.exports = {
TestCase.assertEqual(session.state, 'active');
// give the session enough time to refresh its access token and bind itself
let timeout = 500;
let timeout = 1500;
if (typeof window !== 'undefined') {
timeout = 2500; // need a longer timeout under React Native because remote debugging
}