Skip to content

Commit 1eb26d1

Browse files
committed
Try fixing flaky timeout test
1 parent 07898dd commit 1eb26d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/query/tests/createApi.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ describe('timeout behavior', () => {
11811181
http.get(
11821182
'https://example.com/success',
11831183
async () => {
1184-
await delay(10)
1184+
await delay(50)
11851185
return HttpResponse.json({ value: 'failed' }, { status: 500 })
11861186
},
11871187
{ once: true },

0 commit comments

Comments
 (0)