From 668b5241223cc5da41914959c4b6f9e7db4bb21f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Chodo=C5=82a?= Date: Mon, 14 Oct 2024 17:41:03 +0200 Subject: [PATCH] Add simple tests timeout flag and fixed placeholder --- tests.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.service b/tests.service index f99664e..e80188e 100644 --- a/tests.service +++ b/tests.service @@ -5,7 +5,7 @@ Description=Nethermind Node Tests Type=simple TimeoutStopSec=180 WorkingDirectory=%WORKINGDIR% -ExecStart=dotnet test NethermindNodeTests.sln -c Release --logger:"nunit;LogFilePath=%WORKINGDIR%/test-result.xml" --filter CATEGORIES +ExecStart=dotnet test NethermindNodeTests.sln -c Release --logger:"nunit;LogFilePath=%WORKINGDIR%/test-result.xml" --labels=All --filter %CATEGORIES% --timeout %TIMEOUT% Environment=DOTNET_CLI_HOME=/tmp/ StandardOutput=file:%WORKINGDIR%/testsOutput.log StandardError=file:%WORKINGDIR%/testsErrors.log