Skip to content

Commit

Permalink
UHF-8762: Test with async
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 29, 2024
1 parent 44d5074 commit 30497ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
working-directory: ${{ env.THEME_FOLDER }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#GENERATE_REFERENCES: 1
GENERATE_REFERENCES: 1
run: |
gh run download -n bitmaps -D backstop_data/full/bitmaps_reference || true
Expand Down
2 changes: 1 addition & 1 deletion backstop_data/backstop_dynamic_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ function getConfig(hostname, type) {
'browser': 'chromium',
'args': ['--no-sandbox'],
},
'asyncCaptureLimit': 1,
'asyncCaptureLimit': 10,
'asyncCompareLimit': 100,
'debug': false,
'debugWindow': false,
Expand Down

0 comments on commit 30497ae

Please sign in to comment.