| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 908f644 commit aef809f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -945,7 +945,7 @@ def GetVm(self, arch, mode): | |||
| 945 | 945 | def GetTimeout(self, mode, section=''): | |
| 946 | 946 | timeout = self.timeout * TIMEOUT_SCALEFACTOR[ARCH_GUESS or 'ia32'][mode] | |
| 947 | 947 | if section == 'pummel' or section == 'benchmark': | |
| 948 | - timeout = timeout * 4 | ||
| 948 | + timeout = timeout * 6 | ||
| 949 | 949 | return timeout | |
| 950 | 950 | ||
| 951 | 951 | def RunTestCases(cases_to_run, progress, tasks, flaky_tests_mode): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments