Skip to content

Commit 1954544

Browse files
committed
Include the run expected duration in expected end calculation
1 parent 2fb83d8 commit 1954544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/src/pages/status/page.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const timeline: Ref<TimelineEntry[]> = computed(() => {
186186
for (const [commit, reason] of queued) {
187187
const expected_end = addSeconds(
188188
currentRunEnd,
189-
queued_before * expectedRunDuration
189+
queued_before * expectedRunDuration + expectedRunDuration
190190
);
191191
192192
let kind = commit.type;

0 commit comments

Comments
 (0)