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 <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com>
1 parent 908f644 commit aef809f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tools/test.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ def GetVm(self, arch, mode):
945945
defGetTimeout(self, mode, section=''):
946946
timeout=self.timeout*TIMEOUT_SCALEFACTOR[ARCH_GUESSor'ia32'][mode]
947947
ifsection=='pummel'orsection=='benchmark':
948-
timeout=timeout*4
948+
timeout=timeout*6
949949
returntimeout
950950

951951
defRunTestCases(cases_to_run, progress, tasks, flaky_tests_mode):

0 commit comments

Comments
 (0)