Skip to content

Commit 4a9ed35

Browse files
committed
Revert increased timeouts.
1 parent 32c6916 commit 4a9ed35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/remix/test/integration/test/server/action.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ describe.each(['builtin', 'express'])('Remix API Actions with adapter = %s', ada
263263
],
264264
},
265265
});
266-
}, 30000);
266+
});
267267

268268
it('handles a thrown `json()` error response without `statusText`', async () => {
269269
const env = await RemixTestEnv.init(adapter);
@@ -318,7 +318,7 @@ describe.each(['builtin', 'express'])('Remix API Actions with adapter = %s', ada
318318
],
319319
},
320320
});
321-
}, 30000);
321+
});
322322

323323
it('handles a thrown `json()` error response with string body', async () => {
324324
const env = await RemixTestEnv.init(adapter);

0 commit comments

Comments
 (0)