diff --git a/packages/hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts b/packages/hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts index 1e5846577..f0c687102 100644 --- a/packages/hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts +++ b/packages/hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts @@ -135,7 +135,7 @@ describe("hopp test [options] ", () => { expect(error).toBeNull(); }, - { timeout: 10000 } + { timeout: 50000 } ); test("Persists environment variables set in the pre-request script for consumption in the test script", async () => { @@ -329,7 +329,7 @@ describe("hopp test [options] ", () => { expect(error).toBeNull(); }); }, - { timeout: 10000 } + { timeout: 20000 } ); });