[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
namespace xgboost::collective { 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; } inline constexpr std::int32_t DefaultRetry() { return 3; }
// indexing into the ring // indexing into the ring