Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(IDX): increae timeout of the NNS integration_tests_test (#3114)
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