Skip to content

Commit debb40d

Browse files
authored
Update restart.test.js
1 parent fb41e6b commit debb40d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/restart.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ function isProcessRunning(pid) {
5252
}
5353
}
5454

55-
test('Launch and close Electron app 10 times, ensuring backend termination', async () => {
56-
for (let i = 0; i < 10; i++) {
55+
test('Launch and close Electron app 5 times, ensuring backend termination', async () => {
56+
for (let i = 0; i < 5; i++) {
5757
console.log(`Iteration ${i + 1}: Launching and closing Electron app.`);
5858

5959
// Launch the Electron app

0 commit comments

Comments
 (0)