diff --git a/test/src/disconnect.test.ts b/test/src/disconnect.test.ts index dc6b661..c300984 100644 --- a/test/src/disconnect.test.ts +++ b/test/src/disconnect.test.ts @@ -24,7 +24,7 @@ suite('Server disconnect', () => { }) test('Should reconnect automatically when server is disconnected', async () => { - for (let i = 0; i < 10; i++) { + for (let i = 0; i < 3; i++) { await vscode.commands.executeCommand('flix.simulateDisconnect') // Wait for the server to disconnect, otherwise the next command will hang