Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 3bf82db

Browse files
committed
Remove test timeout for Windows
1 parent f1f265c commit 3bf82db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/extension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ suite('Extension Tests', () => {
3535
),
3636
);
3737
}
38-
});
38+
}).timeout(0);
3939
});

0 commit comments

Comments
 (0)