Skip to content

Commit

Permalink
Increase timeout in UI tests to let time to open transformed route
Browse files Browse the repository at this point in the history
on CI, it sometimes takes more time

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Feb 18, 2025
1 parent d99d7cf commit 931cf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-test/tests/11_commands.transform.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('Transform Camel Routes to YAML using commands', function () {
await input.setText(INPUT_FILENAME);
await input.confirm();

await waitUntilEditorIsOpened(driver, FILENAME_CREATED_FROM_CAMEL_TRANSFORM, 45000);
await waitUntilEditorIsOpened(driver, FILENAME_CREATED_FROM_CAMEL_TRANSFORM, 90000, 10000);

const tree: DefaultTreeSection = await sideBar.getContent().getSection('camel_transform_command');
const items = await tree.getVisibleItems();
Expand Down

0 comments on commit 931cf77

Please sign in to comment.