Skip to content

Commit

Permalink
Bump Windows build tasks time out
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed May 15, 2019
1 parent 576394b commit 0e527c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/taskcluster/decision_task.py
Expand Up @@ -406,7 +406,8 @@ def windows_nightly():
.with_treeherder("Windows x64", "Nightly")
.with_features("taskclusterProxy")
.with_scopes("secrets:get:project/servo/s3-upload-credentials")
.with_script("mach build --release",
.with_script("mach fetch",
"mach build --release",
"mach package --release",
"mach upload-nightly windows-msvc --secret-from-taskcluster")
.with_artifacts("repo/target/release/msi/Servo.exe",
Expand Down Expand Up @@ -701,7 +702,7 @@ def windows_build_task(name, package=True, arch="x86_64"):
version = "1.14.3"
task = (
windows_task(name)
.with_max_run_time_minutes(60)
.with_max_run_time_minutes(90)
.with_env(
**build_env,
**windows_build_env[arch],
Expand Down

0 comments on commit 0e527c8

Please sign in to comment.