Skip to content

Commit

Permalink
Tweak delay time
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Nov 28, 2024
1 parent 0536468 commit ef84607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ describe('upsertQueryEntries', () => {

// Tricky timing. The cache data promises will be resolved
// in microtasks, so we just need any async delay here.
await delay(1)
await delay(10)

const state = storeRef.store.getState()

Expand Down

0 comments on commit ef84607

Please sign in to comment.