Skip to content

Commit

Permalink
chore(test): increase timeout so integration tests pass (#3079)
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd authored Jun 9, 2020
1 parent 0d2894c commit 70eff96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/test/add.android.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe.each([false, true])('Add: Android (monoRepoLike: %p)', (monoRepoLike) =

beforeAll(async () => {
// These commands are slowww...
jest.setTimeout(50000);
jest.setTimeout(120000);
appDirObj = await makeAppDir(monoRepoLike);
const appDir = appDirObj.appDir;
// Init in this directory so we can test add
Expand Down Expand Up @@ -56,4 +56,4 @@ describe.each([false, true])('Add: Android (monoRepoLike: %p)', (monoRepoLike) =

// Other test ideas:
// should install/copy pre-existing cordova/capacitor plugins in package.json
});
});

0 comments on commit 70eff96

Please sign in to comment.