Skip to content

Commit

Permalink
upping GPU ready timeout to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
robotrapta committed Jan 20, 2025
1 parent 4aee362 commit 78f918f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/bin/install-k3s-nvidia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ echo "NVIDIA GPU Operator installation completed."
# Verify that we actually added GPU capacity to the node
capacity=0
elapsed=0
timeout_min=5
# Even 5 minutes isn't enough sometimes.
timeout_min=10

set +x # Don't echo us running around the loop

Expand Down

0 comments on commit 78f918f

Please sign in to comment.