From 6740abfc7ebd32b74b0c539cd60e248020de2f0d Mon Sep 17 00:00:00 2001 From: Aregnaz Harutyunyan <> Date: Tue, 17 Dec 2024 19:31:25 +0400 Subject: [PATCH] Increased nextest timeout from 2100 to 3000 --- .config/nextest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nextest.toml b/.config/nextest.toml index eaef1a9b67c63..0b552ee940783 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -21,7 +21,7 @@ terminate-after = 1 [[profile.default.overrides]] filter = 'test(test_gas) + test(test_compilation_metadata) + test(test_fee_collection_and_distribution_for_burn_percentages) + test(verify_resource_group_upgrades) + test(test_fee_collection_and_distribution_for_burn_percentages) + test(test_multiple_aggregators_and_collocation)' -slow-timeout = { period = "2100s", terminate-after = 1 } +slow-timeout = { period = "3000s", terminate-after = 1 } [profile.smoke-test] # like profile.ci