Skip to content

Commit 0991492

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents e2d1c53 + 9663cec commit 0991492

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integration/vscode/ada/test/suite/general/tasks.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import {
2222
} from '../utils';
2323

2424
suite('Task Providers', function () {
25+
this.timeout('15s');
26+
2527
let projectPath: string;
2628

2729
this.beforeAll(async () => {
@@ -273,7 +275,7 @@ suite('Task Execution', function () {
273275
/**
274276
* Use longer timeout to accomodate for tool invocations
275277
*/
276-
this.timeout('10s');
278+
this.timeout('30s');
277279

278280
const testedTaskLabels = new Set<string>();
279281

0 commit comments

Comments
 (0)