Skip to content

Commit

Permalink
Update run.go
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town authored Feb 1, 2024
1 parent 27a0479 commit eae8c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion business/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit eae8c71

Please sign in to comment.