Skip to content

Commit

Permalink
stablize test
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickhsiao authored Mar 6, 2019
1 parent ecd6cb7 commit eec3de0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ const globalVariables = pick(global, ['browser', 'expect']);
const opts = {
headless: true,
timeout: 20000,
args: ['--no-sandbox', '--disable-setuid-sandbox'],
args: [
'--no-sandbox',
'--headless',
'--disable-setuid-sandbox',
'--disable-gpu',
'--disable-dev-shm-usage',
'--disable-software-rasterizer',
'--single-process'
],
slowMo: 100
};

Expand Down

0 comments on commit eec3de0

Please sign in to comment.