auto-playwright icon indicating copy to clipboard operation
auto-playwright copied to clipboard

Test timeout of 30000ms exceeded

Open tatyana-avanade opened this issue 2 years ago • 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,

tatyana-avanade avatar Apr 19 '24 19:04 tatyana-avanade