Skip to content

Commit

Permalink
Increase timeout in unit test when creating route from open api file
Browse files Browse the repository at this point in the history
it sometimes fails on CI

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Feb 18, 2025
1 parent 931cf77 commit aa21712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/suite/camel.openapi.command.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe('Should execute Create a route from open api command', function () {
const fullFileName = `${fileName}.camel.yaml`;

beforeEach(async function () {
this.timeout(200000);
showOpenDialogStub = sinon.stub(vscode.window, 'showOpenDialog');
showInputBoxStub = sinon.stub(vscode.window, 'showInputBox');
});
Expand Down

0 comments on commit aa21712

Please sign in to comment.