Skip to content

Commit c37c5bf

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ describe('query-results', () => {
151151
});
152152

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

157157
const spy = sandbox.mock();
158158
spy.returns({ a: '1234' });

0 commit comments

Comments
 (0)