Skip to content

Commit acb95db

Browse files
committed
Bump unit test timeout to 5 min
1 parent b3d7e78 commit acb95db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/vscode-tests/no-workspace/query-results.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ describe('query-results', () => {
151151
});
152152

153153
it('should interpretResultsSarif', async function() {
154-
// up to 3 minutes per test
154+
// up to 5 minutes per test
155155
this.timeout(3 * 60 * 1000);
156156

157157
const spy = sandbox.mock();

0 commit comments

Comments
 (0)