Skip to content

Commit 9d1071a

Browse files
committed
increase task startup timeout until O2-6547 is fixed
Tasks take longer to start up due to performance regression in ROOT reported at root-project/root#20673 We increase the startup timeout until the issue is resolved.
1 parent adffc9f commit 9d1071a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executor/executorcmd/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const (
5252
ProtobufTransport = ControlTransport(0)
5353
JsonTransport = ControlTransport(1)
5454
)
55-
const GRPC_DIAL_TIMEOUT = 30 * time.Second
55+
const GRPC_DIAL_TIMEOUT = 45 * time.Second
5656

5757
func NewClient(
5858
controlPort uint64,

0 commit comments

Comments
 (0)