Skip to content

Commit 1b5159e

Browse files
committed
increase timeout to 5s for CLI Service Test Suite
1 parent 1402a3d commit 1b5159e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renamify-vscode/extension/src/test/suite/cliService.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ suite('CLI Service Test Suite', () => {
253253
assert.ok(args.includes('plan-123'));
254254
});
255255

256-
test('Should handle CLI errors correctly', async () => {
256+
test('Should handle CLI errors correctly', async function () {
257+
this.timeout(5000); // Increase timeout to 5 seconds
257258
// Temporarily restore the original stub to modify it
258259
sandbox.restore();
259260

0 commit comments

Comments
 (0)