Skip to content

Commit

Permalink
Test: coreclr tests are run with a time limit of 30mins
Browse files Browse the repository at this point in the history
  • Loading branch information
leasunhy committed May 2, 2017
1 parent 9668787 commit 7887fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_coreclr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
WorkingDirectory="$([System.IO.Path]::GetDirectoryName(%(Test.Identity)))"
ContinueOnError="true" />
<Exec
Command="dotnet $(MetaRunner) $(TestRunner) $(TestResultDir)/$([System.IO.Path]::GetFileNameWithoutExtension(%(Test.Identity))) bin/Release/netcoreapp2.0/$([System.IO.Path]::GetFileNameWithoutExtension(%(Test.Identity))).dll --workers=1"
Command="dotnet $(MetaRunner) $(TestRunner) $(TestResultDir)/$([System.IO.Path]::GetFileNameWithoutExtension(%(Test.Identity))) bin/Release/netcoreapp2.0/$([System.IO.Path]::GetFileNameWithoutExtension(%(Test.Identity))).dll --workers=1 --timeout=1800000"
WorkingDirectory="$([System.IO.Path]::GetDirectoryName(%(Test.Identity)))"
ContinueOnError="true" Condition="Exists('$([System.IO.Path]::GetDirectoryName(%(Test.Identity)))/bin/Release/netcoreapp2.0/$([System.IO.Path]::GetFileNameWithoutExtension(%(Test.Identity))).dll')"/>
</Target>
Expand Down

0 comments on commit 7887fee

Please sign in to comment.