Skip to content

Commit

Permalink
Increase statusText test timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Jul 19, 2023
1 parent abd241f commit aaaf668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/remix/test/integration/test/server/action.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ describe.each(['builtin', 'express'])('Remix API Actions with adapter = %s', ada
],
},
});
});
}, 30000);

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

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

0 comments on commit aaaf668

Please sign in to comment.