fix(core): increase deviceready timeout for sanity

This commit is contained in:
Max Lynch
2017-01-16 15:33:59 -06:00
parent a88cf7034b
commit 0ab14a085e
+1 -1
View File
@@ -1,6 +1,6 @@
import { initAngular1 } from './ng1';
const DEVICE_READY_TIMEOUT = 2000;
const DEVICE_READY_TIMEOUT = 5000;
declare var window;