Skip to content

Commit ab3c432

Browse files
authored
Fix typo in timeout. (#78011)
1 parent e139659 commit ab3c432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/coreclr/templates/perf-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
pgoRunType: ${{ parameters.pgoRunType }}
5656
javascriptEngine: ${{ parameters.javascriptEngine }}
5757
iosLlvmBuild: ${{ parameters.iosLlvmBuild }}
58-
timeoutInMintues: ${{ parameters.timeoutInMinutes }}
58+
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
5959

6060
${{ if and(eq(parameters.runtimeType, 'wasm'), eq(parameters.codeGenType, 'aot')) }}:
6161
helixTypeSuffix: '/wasm/aot'

0 commit comments

Comments
 (0)