mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
test timeout to 7200
This commit is contained in:
parent
163f2b1121
commit
c0a6cc14fd
@ -546,7 +546,7 @@ class CI:
|
||||
JobNames.LIBFUZZER_TEST: JobConfig(
|
||||
required_builds=[BuildNames.FUZZERS],
|
||||
run_by_labels=[Tags.libFuzzer],
|
||||
timeout=5400,
|
||||
timeout=7200,
|
||||
run_command='libfuzzer_test_check.py "$CHECK_NAME"',
|
||||
runner_type=Runners.FUNC_TESTER,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user