Skip to content

Commit

Permalink
Increased nextest timeout from 2100 to 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
Aregnaz Harutyunyan committed Dec 17, 2024
1 parent 4f230e4 commit 6740abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6740abf

Please sign in to comment.