Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
test: add more E2E timeout tolerance (#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Sep 18, 2020
1 parent bdaf27e commit 172f656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/e2e-job-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parameters:
jobs:
- job: ${{ parameters.name }}
dependsOn: unit_tests
timeoutInMinutes: 120
timeoutInMinutes: 150
cancelTimeoutInMinutes: 5
strategy:
maxParallel: 0
Expand Down

0 comments on commit 172f656

Please sign in to comment.