Skip to content

Commit aef809f

Browse files
Trotttargos
authored andcommitted
test,tools: increase pummel/benchmark test timeout from 4x to 6x
The win10-COMPILED_BY-vs2019 hosts in CI are very slow and timing out on certain tests in pummel and (previously) benchmark. Increase timeout from 4x to 6x. PR-URL: #40684 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Voltrex <[email protected]>
1 parent 908f644 commit aef809f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ def GetVm(self, arch, mode):
945945
def GetTimeout(self, mode, section=''):
946946
timeout = self.timeout * TIMEOUT_SCALEFACTOR[ARCH_GUESS or 'ia32'][mode]
947947
if section == 'pummel' or section == 'benchmark':
948-
timeout = timeout * 4
948+
timeout = timeout * 6
949949
return timeout
950950

951951
def RunTestCases(cases_to_run, progress, tasks, flaky_tests_mode):

0 commit comments

Comments
 (0)