Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-16200] use the provided value for duration.
  • Loading branch information
jtnord committed Oct 2, 2015
1 parent 486a17c commit 758c760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/distfork/DistForkTask.java
Expand Up @@ -77,7 +77,7 @@ public void run() {
}

public long getEstimatedDuration() {
return -1;
return estimatedDuration;
}

@Override
Expand Down

0 comments on commit 758c760

Please sign in to comment.