From 622be70fee42215fb67b7ac33998861808c81f1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= <abmantis@users.noreply.github.com>
Date: Tue, 25 Feb 2025 22:02:49 +0000
Subject: [PATCH] Remove timeout from vscode test launch configuration
 (#139288)

---
 .vscode/launch.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.vscode/launch.json b/.vscode/launch.json
index 15cdb9fb625..459a9e6acc5 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -38,7 +38,6 @@
       "module": "pytest",
       "justMyCode": false,
       "args": [
-        "--timeout=10",
         "--picked"
       ],
     },
-- 
GitLab