From 0ab14a085ee63b99ac20b781e74648f30a2f2c1a Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Mon, 16 Jan 2017 15:33:59 -0600 Subject: [PATCH] fix(core): increase deviceready timeout for sanity --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 8b8d55f6c..f771d60e1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ import { initAngular1 } from './ng1'; -const DEVICE_READY_TIMEOUT = 2000; +const DEVICE_READY_TIMEOUT = 5000; declare var window;