Skip to content

Commit

Permalink
Update comment to reference conda-build (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Feb 27, 2025
1 parent 0faed00 commit 0fbca8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rapids-conda-retry
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ elif grep -q -E 'install|env.*create|env.*update' <<< "${args}"; then
# 'conda install', 'conda env create', 'conda env update' should never run for more than 45 minutes
timeout_duration='45m'
else
# other commands falling here might include 'conda mambabuild' or similar,
# other commands falling here might include 'conda build' or similar,
# which could take several hours for expensive-to-build projects
timeout_duration='6h'
fi
Expand Down

0 comments on commit 0fbca8d

Please sign in to comment.