Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
[xdl] Increase timeout for publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Aug 4, 2020
1 parent 8e8417a commit 1d63a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xdl/src/__tests__/Project-publishAsync-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('publishAsync', () => {
const projectRoot = path.join(temporary.directory(), 'publish-test-app');

beforeAll(async () => {
jest.setTimeout(180e3);
jest.setTimeout(240e3);
ensureDirSync(projectRoot);
for (const filename of ['App.js', 'app.json', 'package.json']) {
copyFileSync(
Expand Down

0 comments on commit 1d63a37

Please sign in to comment.