Skip to content

Commit

Permalink
Increase timeout for slow tests on UnixBigMemBuild (#554)
Browse files Browse the repository at this point in the history
test_lzma and test_bigmem require more time to be fully executed.
Increase the default timeout to allow these tests to pass.
  • Loading branch information
diegorusso authored Nov 6, 2024
1 parent 2000750 commit a4df363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/custom/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ class UnixBuildWithoutDocStrings(UnixBuild):
class UnixBigmemBuild(UnixBuild):
buildersuffix = ".bigmem"
testFlags = ["-M60g", "-j4", "-uall,extralargefile"]
test_timeout = TEST_TIMEOUT * 4
factory_tags = ["bigmem"]


Expand Down

0 comments on commit a4df363

Please sign in to comment.