We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cef9a7 commit 60b9093Copy full SHA for 60b9093
1 file changed
master/custom/factories.py
@@ -268,7 +268,7 @@ class UnixBigmemBuild(UnixBuild):
268
buildersuffix = ".bigmem"
269
testFlags = [
270
"-M60g", "-j4", "-uall,extralargefile",
271
- "--proritize=test_bigmem,test_lzma,test_bz2,test_re,test_array"
+ "--prioritize=test_bigmem,test_lzma,test_bz2,test_re,test_array"
272
]
273
test_timeout = TEST_TIMEOUT * 4
274
factory_tags = ["bigmem"]
@@ -655,7 +655,7 @@ class Windows64BigmemBuild(BaseWindowsBuild):
655
buildFlags = ["-p", "x64"]
656
657
"-p", "x64", "-M33g", "-uall,extralargefile",
658
- "--proritize=test_bigmem,test_lzma,test_bz2,test_array,test_hashlib,test_zlib"
+ "--prioritize=test_bigmem,test_lzma,test_bz2,test_array,test_hashlib,test_zlib"
659
660
661
cleanFlags = ["-p", "x64"]
0 commit comments