Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Nov 23, 2024
1 parent f21e5b3 commit db3b6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/options.timeout.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('options.timeout.test.ts', () => {

it('should timeout 500ms throw error', async () => {
await assert.rejects(async () => {
const response = await urllib.request(`${_url}mock-bytes?timeout=1000`, {
const response = await urllib.request(`${_url}mock-bytes?timeout=1500`, {
timeout: [ 400, 500 ],
});
console.log(response.status, response.headers, response.data);
Expand Down

0 comments on commit db3b6c1

Please sign in to comment.