diff --git a/business/run.go b/business/run.go index 5fb736e..594de62 100644 --- a/business/run.go +++ b/business/run.go @@ -33,7 +33,7 @@ func RunWorkflow(ctx context.Context, conf Config) error { GithubOwner: conf.Owner, GithubRepository: conf.RepositoryName, GithubToken: conf.GithubToken, - Timeout: 5 * time.Minute, + Timeout: 10 * time.Minute, GithubClient: client, WorkflowID: workflowID, })