Skip to content

Commit

Permalink
fix: 🐛 increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Jun 21, 2022
1 parent 2e7dfd7 commit 3fc5fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/analytics/test/expand.js
Original file line number Diff line number Diff line change
Expand Up @@ -1059,5 +1059,5 @@ test('deep script', (done) => {
expect(output[5].b[0]).toEqual('a');
done();
});
}, 10000);
}, 60000);

0 comments on commit 3fc5fcd

Please sign in to comment.