| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4ebb3ef commit 18e1766
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -957,7 +957,7 @@ def GetVm(self, arch, mode): | |||
| 957 | 957 | ||
| 958 | 958 | def GetTimeout(self, mode, section=''): | |
| 959 | 959 | timeout = self.timeout * TIMEOUT_SCALEFACTOR[ARCH_GUESS or 'ia32'][mode] | |
| 960 | - if section == 'pummel' or section == 'benchmark' or section == 'wpt': | ||
| 960 | + if section == 'pummel' or section == 'benchmark': | ||
| 961 | 961 | timeout = timeout * 6 | |
| 962 | 962 | # We run all WPT from one subset in the same process using workers. | |
| 963 | 963 | # As the number of the tests grow, it can take longer to run some of the | |
| Back | FazBrowse Home | New Git URL |
0 commit comments