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