Skip to content

Commit

Permalink
Merge remote branch 'origin/master' into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic-merge committed Aug 6, 2024
2 parents e2d1c53 + 9663cec commit 0991492
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration/vscode/ada/test/suite/general/tasks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import {
} from '../utils';

suite('Task Providers', function () {
this.timeout('15s');

let projectPath: string;

this.beforeAll(async () => {
Expand Down Expand Up @@ -273,7 +275,7 @@ suite('Task Execution', function () {
/**
* Use longer timeout to accomodate for tool invocations
*/
this.timeout('10s');
this.timeout('30s');

const testedTaskLabels = new Set<string>();

Expand Down

0 comments on commit 0991492

Please sign in to comment.