Skip to content

Commit bcea9f0

Browse files
authored
update timeout value (#46487)
1 parent 108f071 commit bcea9f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/tools/azure-sdk-tools/packaging_tools/sdk_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def main(generate_input, generate_output):
219219
Path(sdk_code_path).absolute(),
220220
enable_changelog=data.get("enableChangelog", True),
221221
package_result=result[package_name],
222-
timeout=1800 if data.get("runMode") in ["spec-pull-request"] else 7200,
222+
timeout=900 if data.get("runMode") in ["spec-pull-request"] else 7200,
223223
)
224224

225225
# update version in _version.py and CHANGELOG.md

0 commit comments

Comments
 (0)