test(sync): allow slower windows reconciliation
This commit is contained in:
parent
8bc460721f
commit
e777610baa
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ async function seedBlockingShadowCollectingMetrics(input: {
|
|||
}
|
||||
|
||||
async function waitForAssertion(assertion: () => Promise<void> | void): Promise<void> {
|
||||
const deadline = Date.now() + 2_000;
|
||||
const deadline = Date.now() + 5_000;
|
||||
let lastError: unknown;
|
||||
while (Date.now() < deadline) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue