mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-29 01:53:47 +08:00
test: fix rate limiter duration
This commit is contained in:
@@ -146,6 +146,6 @@ describe('request-rewriter', () => {
|
||||
}
|
||||
})
|
||||
);
|
||||
expect(Date.now() - time).toBeGreaterThan(2000);
|
||||
expect(Date.now() - time).toBeGreaterThan(1500);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user