Skip to content

Commit

Permalink
Increase timeout limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis authored and wbo4958 committed May 28, 2024
1 parent f968453 commit 8a53e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/comm.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

namespace xgboost::collective {

inline constexpr std::int64_t DefaultTimeoutSec() { return 300; } // 5min
inline constexpr std::int64_t DefaultTimeoutSec() { return 60 * 30; } // 30min
inline constexpr std::int32_t DefaultRetry() { return 3; }

// indexing into the ring
Expand Down

0 comments on commit 8a53e27

Please sign in to comment.