Skip to content

Commit 5fff071

Browse files
committed
Bump bigmem Windows test timeouts after disabling the RAM disk
1 parent a3bd912 commit 5fff071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ class Windows64BigmemBuild(BaseWindowsBuild):
668668
"-p", "x64", "-M33g", "-uall,extralargefile",
669669
"--prioritize=test_bigmem,test_lzma,test_bz2,test_array,test_hashlib,test_zlib"
670670
]
671-
test_timeout = TEST_TIMEOUT * 4
671+
test_timeout = TEST_TIMEOUT * 5
672672
cleanFlags = ["-p", "x64"]
673673
factory_tags = ["win64", "bigmem"]
674674

0 commit comments

Comments
 (0)