From 89af03d7580f3520749d873601d2af2b21b83882 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 10 May 2023 02:41:02 +0200 Subject: [PATCH] Perform runs one at a time --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8b11060..7c7eeec 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -39,7 +39,7 @@ "env": { "NLTK_DATA": "./data/nltk", "WORKING_SET_SIZE": "5000000", - "TARGET_RUNS": "10", + "TARGET_RUNS": "1", "MAXIMUM_RUNS": "100", }, "cwd": "${workspaceFolder}",