We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c14989 commit b014cbaCopy full SHA for b014cba
packages/server/test/e2e/steps/setup.js
@@ -37,7 +37,7 @@ module.exports = state => {
37
38
it('should write seed data to the server', async () => {
39
await writeSeedDataToApi(state.client, JSON.parse(fs.readFileSync(SEED_DATA_PATH, 'utf8')));
40
- });
+ }, 15000);
41
42
it('should initialize a browser', async () => {
43
state.browser = await puppeteer.launch({
0 commit comments