From 74600b078db8be42c9c7ca07338bcd19afd410b5 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Mon, 15 Jul 2024 12:57:02 +0800 Subject: [PATCH] Update nightly.yml (#2696) --- eng/pipelines/nightly.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/pipelines/nightly.yml b/eng/pipelines/nightly.yml index 52e20605056..e87bb9e257b 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