ceftests: Add support for scaling default test timeout values

This commit is contained in:
Marshall Greenblatt
2023-01-13 13:49:33 -05:00
parent 2b906c31b5
commit b065ca8cf4
10 changed files with 84 additions and 51 deletions

View File

@@ -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();