Skip to content

Commit b68c7fc

Browse files
thomasywangmeta-codesync[bot]
authored andcommitted
Make Test GPU Rust fail fast if stuck (#1842)
Summary: Pull Request resolved: #1842 This is currently timing out after 2 hours on github actions. Of all the successful runs I've seen, cargo test completes in around 9 minutes, so if its taking anything even a few minutes more than this its almost guaranteed to be stuck and we are better off retrying Reviewed By: colin2328, dulinriley Differential Revision: D86904785 fbshipit-source-id: 61c4a1790878ab1e8037bc58aa6d8287ee3d44bd
1 parent 8b5f851 commit b68c7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-gpu-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# * monarch_messages: monarch/target/debug/deps/monarch_messages-...:
6464
# /lib64/libm.so.6: version `GLIBC_2.29' not found
6565
# (required by /meta-pytorch/monarch/libtorch/lib/libtorch_cpu.so)
66-
cargo nextest run --workspace --profile ci \
66+
timeout 12m cargo nextest run --workspace --profile ci \
6767
--exclude monarch_messages \
6868
--exclude monarch_tensor_worker \
6969
--exclude monarch_simulator_lib \

0 commit comments

Comments
 (0)