Skip to content

Commit a5f7cd0

Browse files
committed
chore(vrt): stabilize storywright timing under CI load
1 parent 1f1b19e commit a5f7cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/vr-tests-react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "storybook dev",
1212
"test": "just-scripts test",
1313
"type-check": "tsc -p . --noEmit --baseUrl .",
14-
"test-vr": "storywright --browsers chromium --url dist/storybook --destpath dist/screenshots --waitTimeScreenshot 500 --concurrency 4 --headless true --bailOnStoriesError --stepsApi parameters"
14+
"test-vr": "storywright --browsers chromium --url dist/storybook --destpath dist/screenshots --waitTimeScreenshot 1000 --concurrency 2 --headless true --bailOnStoriesError --stepsApi parameters"
1515
},
1616
"dependencies": {
1717
"@fluentui/react-accordion": "*",

0 commit comments

Comments
 (0)