Skip to content

Commit d9a5c2b

Browse files
mhdawsonbengl
authored andcommitted
test: give slow tests more time on Rasberry PIs
Refs: #42379 A number of tests have been failing internmittently on the Rasberry PIs with timeouts since the update to OpenSSL 3.0. Give them more time. Signed-off-by: Michael Dawson <[email protected]> PR-URL: #42380 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent e960424 commit d9a5c2b

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
@@ -896,7 +896,7 @@ def GetTestStatus(self, context, sections, defs):
896896

897897

898898
TIMEOUT_SCALEFACTOR = {
899-
'arm' : { 'debug' : 8, 'release' : 2 }, # The ARM buildbots are slow.
899+
'arm' : { 'debug' : 8, 'release' : 3 }, # The ARM buildbots are slow.
900900
'ia32' : { 'debug' : 4, 'release' : 1 },
901901
'ppc' : { 'debug' : 4, 'release' : 1 },
902902
's390' : { 'debug' : 4, 'release' : 1 } }

0 commit comments

Comments
 (0)