mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
ceftests: Add support for scaling default test timeout values
This commit is contained in:
@@ -2760,7 +2760,7 @@ class RequestTestHandler : public TestHandler {
|
||||
|
||||
void RunTest() override {
|
||||
// Time out the test after a reasonable period of time.
|
||||
SetTestTimeout(IsChromeRuntimeEnabled() ? 10000 : 5000);
|
||||
SetTestTimeout(5000);
|
||||
|
||||
// Start pre-setup actions.
|
||||
PreSetupStart();
|
||||
|
Reference in New Issue
Block a user