Skip to content

Commit

Permalink
Increase timeout for first time EIM launch to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricio-ESP committed Jan 8, 2025
1 parent 260e694 commit 7267977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/startup.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let eimRunner = "";

describe("EIM Application Launch", () => {
before(async function () {
this.timeout(30000);
this.timeout(60000);
eimRunner = new EIMRunner(pathToEim);
try {
await eimRunner.launchEIM();
Expand Down

0 comments on commit 7267977

Please sign in to comment.