Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(init): increment the default timeout to 15 seconds
On slow devices (for example Android smartphones using Termux), loading a lot of org files takes more than 5 seconds, which will make the default timeout for the promise to expire, leaving the plugin in a semi-loaded state where some functionalities may not work, forcing the user to reload the plugin multiple times hoping that the system has something already cached and it will take less than 5 seconds.
- Loading branch information