Skip to content

Commit 8ce487d

Browse files
committed
fixup! build: add pummel tests to ci runs
1 parent 328c8d0 commit 8ce487d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ def GetVm(self, arch, mode):
943943
def GetTimeout(self, mode, section=''):
944944
timeout = self.timeout * TIMEOUT_SCALEFACTOR[ARCH_GUESS or 'ia32'][mode]
945945
if section == 'pummel':
946-
timeout = timeout * 2
946+
timeout = timeout * 4
947947
return timeout
948948

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

0 commit comments

Comments
 (0)