Skip to content

Commit 17c8515

Browse files
authored
Increase expansion service connection timeout to 30 sec. (#36256)
1 parent 5a9a740 commit 17c8515

File tree

1 file changed

+1
-1
lines changed
  • sdks/go/pkg/beam/core/runtime/xlangx/expansionx

1 file changed

+1
-1
lines changed

sdks/go/pkg/beam/core/runtime/xlangx/expansionx/process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (e *ExpansionServiceRunner) pingEndpoint(timeout time.Duration) error {
9494
return nil
9595
}
9696

97-
const connectionTimeout = 15 * time.Second
97+
const connectionTimeout = 30 * time.Second
9898

9999
// StartService starts the expansion service for a given ExpansionServiceRunner. If this is
100100
// called and does not return an error, the expansion service will be running in the background

0 commit comments

Comments
 (0)