mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-10-30 05:57:12 +00:00
fix: cypress test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const cleanUpJobs = () => {
|
||||
const maxRetries = 3;
|
||||
const maxRetries = 10;
|
||||
let retryCount = 0;
|
||||
|
||||
const attemptCleanup = () => {
|
||||
|
||||
Reference in New Issue
Block a user