SERVER-56272 Add a timeout to fuzzer tests

This commit is contained in:
Mark Benvenuto
2021-04-23 13:16:18 -04:00
committed by Evergreen Agent
parent 124ee49878
commit 9b49a01a1c

View File

@@ -37,6 +37,7 @@ class CPPLibfuzzerTestCase(interface.ProcessTestCase):
self.program_executable,
"-max_len=100000",
"-rss_limit_mb=5000",
"-max_total_time=3600", # 1 hour is the maximum amount of time to allow a fuzzer to run
f"-runs={self.runs}",
self.corpus_directory,
]