From f19fd3e5ddc67b5725cc29edbab9f1966c27806d Mon Sep 17 00:00:00 2001 From: Radu Tutueanu Date: Wed, 8 Feb 2017 13:52:26 +0100 Subject: [PATCH] Increase bind timeout --- tests/js/session-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/js/session-tests.js b/tests/js/session-tests.js index 05036e28..d20f5b3f 100644 --- a/tests/js/session-tests.js +++ b/tests/js/session-tests.js @@ -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 }