Increase artifact build timeout for windows-C# (#26179)

The 30min timeout has caused the multiarch artifact build to fail twice
in the past week. See
http://sponge2/55f7f6f8-d3c0-4b6e-91c8-c0c316f4717b
pull/26147/head
AJ Heller 4 years ago committed by GitHub
parent e23cf9f8a5
commit 24e9a6978b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/run_tests/artifacts/artifact_targets.py

@ -254,6 +254,7 @@ class CSharpExtArtifact:
'tools\\run_tests\\artifacts\\build_artifact_csharp.bat',
self.arch
],
timeout_seconds=45 * 60,
use_workspace=True)
else:
if self.platform == 'linux':

Loading…
Cancel
Save