mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
chrome: ceftests: Avoid timeouts of ResourceManagerTest.ManyRequests (see issue #2969)
This commit is contained in:
@ -82,7 +82,7 @@ class ResourceManagerTestHandler : public RoutingTestHandler {
|
||||
// Create the browser.
|
||||
CreateBrowser(GetNextURL());
|
||||
|
||||
SetTestTimeout();
|
||||
SetTestTimeout(IsChromeRuntimeEnabled() ? 10000 : 5000);
|
||||
}
|
||||
|
||||
cef_return_value_t OnBeforeResourceLoad(
|
||||
|
Reference in New Issue
Block a user