Skip to content

Commit 9cdbcb1

Browse files
committed
try fullyParallel in e2e
1 parent c5c6fc0 commit 9cdbcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-team/config/e2e/e2e.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const buildCommand = [
1212

1313
export default defineConfig({
1414
...baseConfig,
15-
15+
fullyParallel: true,
1616
timeout: 60_000, // 30 seconds in the playwright default
1717
expect: {
1818
timeout: 10_000, // default is 5 seconds. After creating and previewing sometimes the load is slow on a cold start

0 commit comments

Comments
 (0)