You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ProjectTemplates/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ When tests are run as part of the CI infrastructure, a number of different timeo
109
109
110
110
##### Helix job timeout
111
111
112
-
WhenqueuingtestjobstotheHelixinfrastructure, atimeoutvalueispassedthattheentireHelixjobmustcompletewithin, i.e. thatjobrunningonasinglequeue. Thisdefaultvalueissetin [eng\targets\Helix.props](eng/targets/Helix.props):
112
+
WhenqueuingtestjobstotheHelixinfrastructure, atimeoutvalueispassedthattheentireHelixjobmustcompletewithin, i.e. thatjobrunningonasinglequeue. Thisdefaultvalueissetin [eng\targets\Helix.props](/eng/targets/Helix.props):
113
113
114
114
```xml
115
115
<HelixTimeout>00:45:00</HelixTimeout>
@@ -126,7 +126,7 @@ Note that some test projects might override this value in their project file and
126
126
127
127
##### Helix runner timeout
128
128
129
-
The [Helixtestrunner](eng/tools/HelixTestRunner) launchestheactualprocessthatrunstestswithinaHelixjobandwhendoingsoconfiguresitsowntimeoutthatis5minuteslessthantheHelixjobtimeout, e.g. iftheHelixjobtimeoutis45minutes, theHelixtestrunnerprocesstimeoutwillbe40minutes.
129
+
The [Helixtestrunner](/eng/tools/HelixTestRunner) launchestheactualprocessthatrunstestswithinaHelixjobandwhendoingsoconfiguresitsowntimeoutthatis5minuteslessthantheHelixjobtimeout, e.g. iftheHelixjobtimeoutis45minutes, theHelixtestrunnerprocesstimeoutwillbe40minutes.
0 commit comments