diff --git a/cli/test/add.android.spec.ts b/cli/test/add.android.spec.ts index 25d091b5a4..50219b28aa 100644 --- a/cli/test/add.android.spec.ts +++ b/cli/test/add.android.spec.ts @@ -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 @@ -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 -}); \ No newline at end of file +});