Skip to content

Commit

Permalink
FUSETOOLS2-2171: Increase teardown timeout to avoid flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
unsortedhashsets committed Oct 17, 2023
1 parent 99607e2 commit cc9f59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/suite/camel.version.settings.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ suite('Should run commands with Camel version specified in settings', () => {
});

teardown(async function () {
this.timeout(4000);
await workspace.getConfiguration().update(CAMEL_VERSION_SETTINGS_ID, initialCamelVersion);
});

Expand Down
1 change: 1 addition & 0 deletions src/test/suite/maven.repository.settings.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ suite('Should run commands with Maven Repository specified in settings', () => {
});

teardown(async function () {
this.timeout(4000);
await workspace.getConfiguration().update(CAMEL_VERSION_SETTINGS_ID, initialCamelVersion);
});

Expand Down

0 comments on commit cc9f59e

Please sign in to comment.