Skip to content

Commit

Permalink
test: double httperror timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL authored Sep 7, 2023
1 parent 52d20bd commit 58a052e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/middleware/onerror.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('httperror', () => {
expect(response.text).toMatch(
/Response code 404 \(Not Found\): target website might be blocking our access, you can <a href="https:\/\/docs\.rsshub\.app\/install\/">host your own RSSHub instance<\/a> for a better usability\./
);
}, 10000);
}, 20000);
});

describe('RequestInProgressError', () => {
Expand Down

0 comments on commit 58a052e

Please sign in to comment.