CI: push CI

This commit is contained in:
Nikita Fomichev 2024-08-07 23:34:36 +02:00
parent 1dece979fe
commit 086b3d240d

View File

@ -420,7 +420,7 @@ class CommonJobConfigs:
), ),
run_command='functional_test_check.py "$CHECK_NAME"', run_command='functional_test_check.py "$CHECK_NAME"',
runner_type=Runners.FUNC_TESTER, runner_type=Runners.FUNC_TESTER,
timeout=1000, # test timeout=1001, # test
) )
STATEFUL_TEST = JobConfig( STATEFUL_TEST = JobConfig(
job_name_keyword="stateful", job_name_keyword="stateful",