Skip to content

Commit

Permalink
update storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
poonamyadav252 committed Jan 9, 2024
1 parent 79fd0bb commit a46682f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
npx build-storybook -o dist -s ./public
- name: Deploy
echo "name is $(env.BRANCH_NAME)"
if: ${{ env.BRANCH_NAME == 'maintenance-3.0.x' }}
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = (config) => {
basePath: '',
singleRun: true,
browsers: config.browsers && config.browsers.length > 0 ? config.browsers : Object.keys(customLaunchers),
browserDisconnectTimeout: 10 * 1000,
browserDisconnectTimeout: 10 * 10 * 1000,
browserDisconnectTolerance: 1,
browserNoActivityTimeout: 5 * 60 * 1000,
captureTimeout: 120000,
Expand Down Expand Up @@ -125,7 +125,7 @@ module.exports = (config) => {
mocha: {
reporter: 'html',
ui: 'tdd',
timeout: 3000,
timeout: 30000,
},
chai: {
includeStack: true,
Expand Down

0 comments on commit a46682f

Please sign in to comment.