File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -287,12 +287,13 @@ class CI:
287287 runner_type = Runners .STYLE_CHECKER_AARCH64 ,
288288 ),
289289 JobNames .STATELESS_TEST_ASAN : CommonJobConfigs .STATELESS_TEST .with_properties (
290- required_builds = [BuildNames .PACKAGE_ASAN ], num_batches = 2
290+ required_builds = [BuildNames .PACKAGE_ASAN ], num_batches = 2 , timeout = 9000
291291 ),
292292 JobNames .STATELESS_TEST_AARCH64_ASAN : CommonJobConfigs .STATELESS_TEST .with_properties (
293293 required_builds = [BuildNames .PACKAGE_AARCH64_ASAN ],
294294 num_batches = 2 ,
295295 runner_type = Runners .FUNC_TESTER_AARCH64 ,
296+ timeout = 9000 ,
296297 ),
297298 JobNames .STATELESS_TEST_TSAN : CommonJobConfigs .STATELESS_TEST .with_properties (
298299 required_builds = [BuildNames .PACKAGE_TSAN ], num_batches = 6 , timeout = 9000
You can’t perform that action at this time.
0 commit comments