Skip to content

Commit

Permalink
fix(core): increase deviceready timeout for sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jan 16, 2017
1 parent a88cf70 commit 0ab14a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { initAngular1 } from './ng1';

const DEVICE_READY_TIMEOUT = 2000;
const DEVICE_READY_TIMEOUT = 5000;

declare var window;

Expand Down

0 comments on commit 0ab14a0

Please sign in to comment.