Skip to content

Commit cfe9cb9

Browse files
author
Han Wang
committed
ci(cuda): raise Test CUDA job timeout to 480 min
The full CUDA leg (serial pytest ~3h43m + C++ ~20min + LAMMPS) exceeds the default 360-min GitHub Actions job limit and was cancelled mid-LAMMPS at the 6-hour mark. The self-hosted gpu runner has no hard execution cap, so raise timeout-minutes to give the suite headroom to finish.
1 parent ed4c1be commit cfe9cb9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test_cuda.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
test_cuda:
1818
name: Test Python and C++ on CUDA
1919
runs-on: gpu
20+
# The full CUDA suite (serial pytest ~3h43m + C++ + LAMMPS) exceeds the
21+
# default 360-min job limit; the self-hosted GPU runner has no hard cap.
22+
timeout-minutes: 480
2023
# https://github.com/deepmodeling/deepmd-kit/pull/2884#issuecomment-1744216845
2124
# container:
2225
# image: nvidia/cuda:12.9.1-cudnn-devel-ubuntu22.04

0 commit comments

Comments
 (0)