Skip to content

Commit

Permalink
Add simple tests timeout flag and fixed placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola committed Oct 14, 2024
1 parent 9d14a92 commit 668b524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 668b524

Please sign in to comment.