Skip to content

Commit

Permalink
Increase default timeout for pipeline to 8 h
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianriobo committed Jun 2, 2021
1 parent c5dd1f7 commit a25409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crc/pipelines/contants.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ var (
}

defaultTimeout v1.Duration = v1.Duration{
Duration: 5 * time.Hour,
Duration: 8 * time.Hour,
}
)

0 comments on commit a25409c

Please sign in to comment.