We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9a740 commit 17c8515Copy full SHA for 17c8515
sdks/go/pkg/beam/core/runtime/xlangx/expansionx/process.go
@@ -94,7 +94,7 @@ func (e *ExpansionServiceRunner) pingEndpoint(timeout time.Duration) error {
94
return nil
95
}
96
97
-const connectionTimeout = 15 * time.Second
+const connectionTimeout = 30 * time.Second
98
99
// StartService starts the expansion service for a given ExpansionServiceRunner. If this is
100
// called and does not return an error, the expansion service will be running in the background
0 commit comments