fix(app): reject stale timeline range indexes (#33488)
This commit is contained in:
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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue