We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a09835 commit c5b4c21Copy full SHA for c5b4c21
.github/workflows/example_tests.yml
@@ -131,6 +131,7 @@ jobs:
131
with:
132
docker_image: "nvcr.io/nvidia/tensorrt:26.01-py3"
133
example: ${{ matrix.example }}
134
+ timeout_minutes: 60
135
pip_install_extras: "[all,dev-test]"
136
runner: linux-amd64-gpu-l4-latest-1
137
@@ -142,6 +143,7 @@ jobs:
142
143
144
145
146
147
148
runner: linux-amd64-gpu-rtxpro6000-latest-2
149
0 commit comments