Skip to content

Commit 152ab5d

Browse files
committed
test.slow
1 parent b80b970 commit 152ab5d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

site/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const config: PlaywrightTestConfig = {
2424
port,
2525
reuseExistingServer: false,
2626
},
27-
timeout: 10 * 60 * 1000,
27+
timeout: 3 * 60 * 1000,
2828
}
2929

3030
export default config

site/e2e/tests/basicScenario.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import { WorkspacePage } from "../pom/WorkspacePage"
99
test.use({ storageState: getStatePath("authState") })
1010

1111
test("Basic scenario", async ({ page, baseURL }) => {
12+
test.slow()
13+
1214
const templatesPage = new TemplatesPage(baseURL, page)
1315
const createTemplatePage = new CreateTemplatePage(baseURL, page)
1416
const templatePage = new TemplatePage(baseURL, page)

0 commit comments

Comments
 (0)