[coll] Increase timeout limit. (#10332)

This commit is contained in:
Jiaming Yuan
2024-05-28 10:20:49 +08:00
committed by GitHub
parent 949f062229
commit 5627af6b21

View File

@@ -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