Skip to content

Commit 4f2c89c

Browse files
committed
increase stateless asan timeout
1 parent 28dd3ce commit 4f2c89c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ci/ci_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)