Skip to content

Commit b014cba

Browse files
committed
tests(e2e): increase timeout to write data to api for concurrent tests
1 parent 0c14989 commit b014cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/test/e2e/steps/setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = state => {
3737

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

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

0 commit comments

Comments
 (0)