Skip to content
This repository was archived by the owner on Dec 25, 2020. It is now read-only.

Commit

Permalink
Fix occasionally crashing browser tests - https://discuss.emberjs.com…
Browse files Browse the repository at this point in the history
  • Loading branch information
drauschenbach committed Oct 5, 2019
1 parent df5bc8c commit d3e63b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
'--headless',
'--disable-gpu',
'--disable-dev-shm-usage',
'--disable-software-rasterizer',
//'--disable-software-rasterizer',
'--mute-audio',
'--remote-debugging-port=0',
'--window-size=1440,900'
Expand Down

0 comments on commit d3e63b8

Please sign in to comment.