Skip to content

Commit

Permalink
chore: Increase job default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
robinshine committed Sep 25, 2024
1 parent 37d5382 commit 5ac68b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class Job implements NamedElement, Serializable, Validatable {

private List<JobTrigger> triggers = new ArrayList<>();

private long timeout = 3600;
private long timeout = 14400;

private List<PostBuildAction> postBuildActions = new ArrayList<>();

Expand Down

0 comments on commit 5ac68b9

Please sign in to comment.