| Index: ios/web/app/web_main_loop.mm
|
| diff --git a/ios/web/app/web_main_loop.mm b/ios/web/app/web_main_loop.mm
|
| index 8d79449be3023452cbfe2834bf872f91d0b2ff88..55aa9ff008b6a2f0183f30ad2032ec4f9abacaa5 100644
|
| --- a/ios/web/app/web_main_loop.mm
|
| +++ b/ios/web/app/web_main_loop.mm
|
| @@ -57,7 +57,7 @@ GetDefaultTaskSchedulerInitParams() {
|
| base::SchedulerWorkerPoolParams(
|
| StandbyThreadPolicy::ONE,
|
| base::RecommendedMaxNumberOfThreadsInPool(3, 8, 0.3, 0),
|
| - base::TimeDelta::FromSeconds(30)));
|
| + base::TimeDelta::FromSeconds(60)));
|
| }
|
|
|
| } // namespace
|
|
|