Skip to content

Commit

Permalink
test: extend timeout for /test/httperror
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL authored Sep 6, 2023
1 parent b129b56 commit 8806b7a
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);
});

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

0 comments on commit 8806b7a

Please sign in to comment.