lucgagan/auto-playwright

Test timeout of 30000ms exceeded

Opened this issue · 0 comments

Consistently getting 'Test timeout of 30000ms exceeded.' error although playwright.config.js has the following timeout settings:

    timeout: 60000,
    actionTimeout: 120 * 1000,
    navigationTimeout: 60 * 1000,