Skip to content

Commit

Permalink
tests(e2e): increase timeout to write data to api for concurrent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Nov 7, 2019
1 parent 0c14989 commit b014cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/test/e2e/steps/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = state => {

it('should write seed data to the server', async () => {
await writeSeedDataToApi(state.client, JSON.parse(fs.readFileSync(SEED_DATA_PATH, 'utf8')));
});
}, 15000);

it('should initialize a browser', async () => {
state.browser = await puppeteer.launch({
Expand Down

0 comments on commit b014cba

Please sign in to comment.