diff --git a/eng/pipelines/nightly.yml b/eng/pipelines/nightly.yml index 52e2060505..e87bb9e257 100644 --- a/eng/pipelines/nightly.yml +++ b/eng/pipelines/nightly.yml @@ -17,6 +17,8 @@ resources: variables: PythonVersion: "3.10" +timeoutInMinutes: 120 + steps: - script: npm install -g @typespec/compiler@next displayName: Install @typespec/compiler@next