Skip to content

Commit

Permalink
To avoid taking up resources when the job hung or is waiting too long…
Browse files Browse the repository at this point in the history
…, it's a good idea to set a limit, the default limit is set to 60 minutes which sometimes is not enough, so we increase the value.
  • Loading branch information
zoq committed Nov 21, 2019
1 parent 1e1933c commit 4169941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jobs:
- job: Linux
timeoutInMinutes: 360
pool:
vmImage: ubuntu-16.04
strategy:
Expand All @@ -21,6 +22,7 @@ jobs:
- template: linux-steps.yaml

- job: macOS
timeoutInMinutes: 360
pool:
vmImage: macOS-10.13
strategy:
Expand Down

0 comments on commit 4169941

Please sign in to comment.