camel-lsp-client-vscode icon indicating copy to clipboard operation
camel-lsp-client-vscode copied to clipboard

Fix issue related to flaky test "before each" hook for "Using command camel.jbang.project.quarkus.new":

Open apupier opened this issue 6 months ago • 0 comments

  1) Create a Camel Project in a new output folder
       camel.jbang.project.quarkus.new
         "before each" hook for "Using command camel.jbang.project.quarkus.new":
     Error: Timeout of 400000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/runner/work/camel-lsp-client-vscode/camel-lsp-client-vscode/out/src/ui-test/tests/15_commands.projects.new.output.folder.test.js)
      at listOnTimeout (node:internal/timers:581:17)
      at process.processTimers (node:internal/timers:519:7)

apupier avatar Sep 26 '25 08:09 apupier