Skip to content

Commit 909a2cc

Browse files
revert: drop e2e timeout and max-concurrency script flags
Made-with: Cursor
1 parent d6d6622 commit 909a2cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "MIT",
77
"type": "module",
88
"scripts": {
9-
"test:e2e": "bun test fixtures/* --timeout 120000 --max-concurrency=1",
10-
"test:e2e:update": "bun test fixtures/* --update-snapshots --timeout 120000 --max-concurrency=1",
9+
"test:e2e": "bun test fixtures/*",
10+
"test:e2e:update": "bun test fixtures/* --update-snapshots",
1111
"test:e2e:astro": "bun test fixtures/**/astro/*",
1212
"test:e2e:bundle-analyzer": "bun test fixtures/**/bundle-analyzer/*",
1313
"test:e2e:nextjs": "bun test fixtures/**/nextjs/*",

0 commit comments

Comments
 (0)