Skip to content

Commit 64db33a

Browse files
committed
change timeout
1 parent 811afec commit 64db33a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pipelines/multitenancy/swiftv2-manifold-e2e.stages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ stages:
1818
jobs:
1919
- job: ${{ parameters.name }}
2020
displayName: AKS Swiftv2 Multitenancy Manifold E2E Test Suite - (${{ parameters.name }})
21+
timeoutInMinutes: 210
2122
pool:
2223
name: $(BUILD_POOL_NAME_DEFAULT)
2324
isCustom: true
2425
type: linux
2526
steps:
2627
- task: TriggerBuild@3
27-
timeoutInMinutes: 210
2828
inputs:
2929
buildDefinition: '391699'
3030
templateParameters: 'useAcnPublic: true, cnscniversion: $(TAG), cnscniversionwindows: $(TAG), cnscniImagePrefix: $(IMAGE_REPO_PATH_REF)'

.pipelines/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ schedules:
2626
branches:
2727
include: ["master"]
2828
always: true
29-
- cron: "31 0 * * *" # Every day at 3:00 PM PST (23:00 UTC)
29+
- cron: "30 3 * * *" # Every day at 3:00 PM PST (23:00 UTC)
3030
displayName: "Test Schedule Pipeline"
3131
branches:
3232
include: ["sharifna/pipeline/singularity"]

0 commit comments

Comments
 (0)