Skip to content

Commit b1e788e

Browse files
committed
Tentatively bump timeouts in testing
1 parent feb0bde commit b1e788e

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

+3-1
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)