We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb41e6b commit debb40dCopy full SHA for debb40d
tests/e2e/restart.test.js
@@ -52,8 +52,8 @@ function isProcessRunning(pid) {
52
}
53
54
55
-test('Launch and close Electron app 10 times, ensuring backend termination', async () => {
56
- for (let i = 0; i < 10; i++) {
+test('Launch and close Electron app 5 times, ensuring backend termination', async () => {
+ for (let i = 0; i < 5; i++) {
57
console.log(`Iteration ${i + 1}: Launching and closing Electron app.`);
58
59
// Launch the Electron app
0 commit comments