Skip to content

Commit d4ffbf5

Browse files
committed
change collecting logs timeout
1 parent c7a2337 commit d4ffbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/gcp/pkg/stub/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ func collectLogs(c *RemoteCluster, cr *v1alpha1.GKECluster, log *logrus.Entry, s
464464

465465
for {
466466
select {
467-
case <-time.After(time.Minute * 5):
467+
case <-time.After(time.Minute * 10):
468468
log.Infof("timeout collecting logs for %s", cr.Status.ClusterName)
469469
return
470470
case <-done:

0 commit comments

Comments
 (0)