Skip to content

Commit de37915

Browse files
authored
Fix urls in ProjectTemplates/README (#55984)
* Fix urls in ProjectTemplates/README * Update README.md
1 parent 613ac88 commit de37915

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ProjectTemplates/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ When tests are run as part of the CI infrastructure, a number of different timeo
109109

110110
##### Helix job timeout
111111

112-
When queuing test jobs to the Helix infrastructure, a timeout value is passed that the entire Helix job must complete within, i.e. that job running on a single queue. This default value is set in [eng\targets\Helix.props](eng/targets/Helix.props):
112+
When queuing test jobs to the Helix infrastructure, a timeout value is passed that the entire Helix job must complete within, i.e. that job running on a single queue. This default value is set in [eng\targets\Helix.props](/eng/targets/Helix.props):
113113

114114
```xml
115115
<HelixTimeout>00:45:00</HelixTimeout>
@@ -126,7 +126,7 @@ Note that some test projects might override this value in their project file and
126126

127127
##### Helix runner timeout
128128

129-
The [Helix test runner](eng/tools/HelixTestRunner) launches the actual process that runs tests within a Helix job and when doing so configures its own timeout that is 5 minutes less than the Helix job timeout, e.g. if the Helix job timeout is 45 minutes, the Helix test runner process timeout will be 40 minutes.
129+
The [Helix test runner](/eng/tools/HelixTestRunner) launches the actual process that runs tests within a Helix job and when doing so configures its own timeout that is 5 minutes less than the Helix job timeout, e.g. if the Helix job timeout is 45 minutes, the Helix test runner process timeout will be 40 minutes.
130130

131131
If this timeout is exceeded, the Helix test runner will capture a dump of the test process before terminating it and printing a message in the console log, e.g.:
132132

@@ -136,7 +136,7 @@ If this timeout is exceeded, the Helix test runner will capture a dump of the te
136136

137137
##### Helix runner `dotnet test` timeout
138138

139-
When running in Helix, a test hang timeout, e.g. `dotnet test --blame-hang-timeout 15m` , is configured in [eng\tools\HelixTestRunner\TestRunner.cs](eng/tools/HelixTestRunner/TestRunner.cs)
139+
When running in Helix, a test hang timeout, e.g. `dotnet test --blame-hang-timeout 15m` , is configured in [eng\tools\HelixTestRunner\TestRunner.cs](/eng/tools/HelixTestRunner/TestRunner.cs)
140140

141141
```csharp
142142
public async Task<int> RunTestsAsync()

0 commit comments

Comments
 (0)