Skip to content
Snippets Groups Projects
Verified Commit 5364c908 authored by Ewoud Ruighaver's avatar Ewoud Ruighaver :octopus:
Browse files

Small typo in the deprecated Job constructor

parent 54ba05f9
No related branches found
No related tags found
2 merge requests!148Release 2.3.0,!137Worker timeout
Pipeline #221960 passed
......@@ -81,7 +81,7 @@ public class Job implements AutoCloseable {
this.id = id;
this.dir = dir;
this.config = config;
this.timeout = Instant.MIN;
this.timeout = Instant.MAX;
}
/**
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment