fix(app): reject stale timeline range indexes (#33488)

This commit is contained in:
Luke Parker
2026-06-23 10:27:25 +02:00
committed by GitHub
parent 3f3f120825
commit f0849a697c
4 changed files with 35 additions and 4 deletions
@@ -1242,7 +1242,7 @@ it.instance(
}
}),
{ git: true },
3_000,
10_000,
)
// Queue semantics
@@ -1669,7 +1669,7 @@ it.instance(
expect(yield* llm.calls).toBe(1)
}),
{ git: true },
3_000,
10_000,
)
unix(