chore: bump CLI tests timeout
This commit is contained in:
@@ -135,7 +135,7 @@ describe("hopp test [options] <file_path_or_id>", () => {
|
||||
|
||||
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] <file_path_or_id>", () => {
|
||||
expect(error).toBeNull();
|
||||
});
|
||||
},
|
||||
{ timeout: 10000 }
|
||||
{ timeout: 20000 }
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user