Browse Source

increase timeout and fix merge conflicts

Alexander Belanger 4 years ago
parent
commit
bd04ab2e39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/integrations/ci/actions/steps.go

+ 1 - 1
internal/integrations/ci/actions/steps.go

@@ -35,7 +35,7 @@ func getConfigurePorterStep(serverURL, porterTokenSecretName string, projectID u
 		Name:    "Update Porter App",
 		ID:      "update_porter",
 		Run:     fmt.Sprintf(configure, appName),
-		Timeout: 10,
+		Timeout: 20,
 		Env: map[string]string{
 			"PORTER_TOKEN":   fmt.Sprintf("${{ secrets.%s }}", porterTokenSecretName),
 			"PORTER_HOST":    serverURL,