Skip to content

Commit 5627af6

Browse files
authored
[coll] Increase timeout limit. (dmlc#10332)
1 parent 949f062 commit 5627af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collective/comm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
namespace xgboost::collective {
2222

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

2626
// indexing into the ring

0 commit comments

Comments
 (0)