diff --git a/test/utils/baseTest.js b/test/utils/baseTest.js index 3fbe5af..ea184fc 100644 --- a/test/utils/baseTest.js +++ b/test/utils/baseTest.js @@ -3,7 +3,7 @@ import helper from "./helper.js"; function customRetryAsync(fn, maxRetries) { return new Promise((resolve, reject) => { let retries = 0; - const retryDelay = 10000; // You can adjust the delay as needed + const retryDelay = 60000; // You can adjust the delay as needed async function run() { try {