chrome: ceftests: Avoid timeouts of ResourceManagerTest.ManyRequests (see issue #2969)

This commit is contained in:
Marshall Greenblatt 2021-05-17 21:54:31 -04:00
parent fde96be168
commit 4f0b7b4511
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class ResourceManagerTestHandler : public RoutingTestHandler {
// Create the browser.
CreateBrowser(GetNextURL());
SetTestTimeout();
SetTestTimeout(IsChromeRuntimeEnabled() ? 10000 : 5000);
}
cef_return_value_t OnBeforeResourceLoad(