Skip to content

Commit

Permalink
Merge branch 'tim/extend-timeout' into 'master'
Browse files Browse the repository at this point in the history
test: mark network large test as eternal

This test takes +- 20min since it needs to go across DKG intervals and the default timeout is only 15min. (eternal means 3600s) 

See merge request dfinity-lab/public/ic!18575
  • Loading branch information
tthebst committed Apr 3, 2024
2 parents b548330 + b442472 commit 528c5a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rs/tests/networking/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ system_test(
"system_test_nightly",
],
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
test_timeout = "eternal",
runtime_deps = GUESTOS_RUNTIME_DEPS + NNS_CANISTER_RUNTIME_DEPS + GRAFANA_RUNTIME_DEPS,
deps = DEPENDENCIES + ["//rs/tests"],
)
Expand Down

0 comments on commit 528c5a3

Please sign in to comment.