Browse Source

fix(playwrights): increase timeout

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
f8fe135ca8
  1. 2
      tests/playwright/pages/Base.ts

2
tests/playwright/pages/Base.ts

@ -46,7 +46,7 @@ export default abstract class BasePage {
);
},
{
timeout: 30000,
timeout: 60000,
}
);

Loading…
Cancel
Save