From ed9a6329251f2cabb868949e644cbb908f4998e2 Mon Sep 17 00:00:00 2001 From: Adam Yoblick Date: Tue, 9 Jul 2024 18:37:43 -0500 Subject: [PATCH] add missing file --- azure-pipelines/templates/run_tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines/templates/run_tests.yml b/azure-pipelines/templates/run_tests.yml index b1eb3e4b..6bb65cf4 100644 --- a/azure-pipelines/templates/run_tests.yml +++ b/azure-pipelines/templates/run_tests.yml @@ -13,7 +13,6 @@ steps: env: DEBUGPY_PROCESS_SPAWN_TIMEOUT: 60 DEBUGPY_LAUNCH_TIMEOUT: 60 - ACCEPT_CONNECTIONS_TIMEOUT: 60 - task: PublishBuildArtifacts@1 condition: failed()