@arghajit/playwright-pulse-report 0.2.5 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -289,7 +289,7 @@ const sendEmail = async (credentials) => {
289
289
  }
290
290
  };
291
291
 
292
- async function fetchCredentials(retries = 6) {
292
+ async function fetchCredentials(retries = 10) {
293
293
  // Ensure fetch is initialized from the dynamic import before calling this
294
294
  if (!fetch) {
295
295
  try {