Skip to content

Commit

Permalink
test(IDX): increae timeout of the NNS integration_tests_test (#3114)
Browse files Browse the repository at this point in the history
The `//rs/nns/integration_tests:integration_tests_test_src/...` tests
are slightly flaky (> 1%) because they sometimes time out after 5
minutes. So we increase the timeout to `long` which is 15 minutes.

If it turns out the P90 duration of these tests will go over 5 minutes
we should look into optimising them or tagging them as `long_test` to no
longer run them on PRs but only on pushes to `master`.
  • Loading branch information
basvandijk authored Dec 11, 2024
1 parent fe723f1 commit 9704556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rs/nns/integration_tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ rust_canister(

rust_ic_test_suite_with_extra_srcs(
name = "integration_tests_test",
timeout = "long",
srcs = glob(
["src/**/*.rs"],
exclude = [
Expand Down

0 comments on commit 9704556

Please sign in to comment.