Skip to content

Commit

Permalink
Merge pull request #1946 from bbc/storybook-timeout
Browse files Browse the repository at this point in the history
Immediate patch for cypress:ci failure
  • Loading branch information
DemonusPC committed Jun 14, 2019
2 parents b1951ea + e1629ef commit 70fb09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"build:live": "cp envConfig/live.env .env && NODE_ENV=production webpack",
"cypress": "cypress run",
"cypress:interactive": "cypress open",
"cypress:storybook": "wait-on -t 60000 http://localhost:9001 && cypress run --project ./.storybook/.",
"cypress:storybook": "wait-on -t 120000 http://localhost:9001 && cypress run --project ./.storybook/.",
"cypress:storybook:interactive": "cypress open --project ./.storybook/.",
"dataValidate": "node dataValidator/index.js",
"dataValidate:debug": "npm run dataValidate --DEBUG_MODE=true",
Expand Down

0 comments on commit 70fb09f

Please sign in to comment.