Skip to content

Commit 516edbc

Browse files
authored
fix: deflake //rs/nns/sns-wasm:sns-wasm_integration_test_tests/upgrade_sns_instance by increasing timeout (#9795)
As show by: ``` bazel run //ci/githubstats:query -- last --non_success --month //rs/nns/sns-wasm:sns-wasm_integration_test_tests/upgrade_sns_instance ``` that test frequently times out. To fix it we increase the timeout of the test suite from 5 to 15 minutes.
1 parent fba0e8e commit 516edbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rs/nns/sns-wasm/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ rust_test(
121121

122122
rust_ic_test_suite_with_extra_srcs(
123123
name = "sns-wasm_integration_test",
124+
# //rs/nns/sns-wasm:sns-wasm_integration_test_tests/upgrade_sns_instance
125+
# frequently times out on CI so we give the test suite more time:
126+
timeout = "long",
124127
srcs = glob(
125128
["tests/**/*.rs"],
126129
exclude = [

0 commit comments

Comments
 (0)