diff --git a/lib/bootstrap.dart b/lib/bootstrap.dart index c716a802..333b2b86 100644 --- a/lib/bootstrap.dart +++ b/lib/bootstrap.dart @@ -140,10 +140,12 @@ Future lazyBootstrap( await _safeInit( "active profile", () => container.read(activeProfileProvider.future), + timeout: 1000, ); - await _init( + await _safeInit( "deep link service", () => container.read(deepLinkServiceProvider.future), + timeout: 1000, ); if (PlatformUtils.isDesktop) {