increase wait time for browser redirects during app restarts

This commit is contained in:
Shaun Walker
2020-07-23 14:39:53 -04:00
parent 75fe4e7c89
commit 336550c571
5 changed files with 8 additions and 8 deletions

View File

@ -79,7 +79,7 @@
{
ShowProgressIndicator();
var interop = new Interop(JSRuntime);
await interop.RedirectBrowser(NavigateUrl(), 3);
await interop.RedirectBrowser(NavigateUrl(), 10);
await ModuleDefinitionService.InstallModuleDefinitionsAsync();
}
catch (Exception ex)