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
commit f0849a697c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 35 additions and 4 deletions

View file

@ -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(