Skip to content

Commit

Permalink
ISA95, Remove timeout for lock, increase for unlock (#5607) (#5615)
Browse files Browse the repository at this point in the history
Cherry pick: #5607
  • Loading branch information
and-rewsmith authored Oct 4, 2021
1 parent c9c4b29 commit 4faa9a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions builds/e2e/isa-95-smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ stages:
- stage: LockAgents
jobs:
- job: LockAgents
displayName: Lock agents
timeoutInMinutes: 3
displayName: Lock agents
pool:
name: $(pool.name)
demands:
Expand Down Expand Up @@ -220,7 +219,7 @@ stages:
jobs:
- job: Unlock_agents
displayName: Unlock agents
timeoutInMinutes: 3
timeoutInMinutes: 10
pool:
name: $(pool.name)
demands:
Expand All @@ -233,7 +232,7 @@ stages:

- job: Clean_up_identities
displayName: Clean up identities
timeoutInMinutes: 3
timeoutInMinutes: 10
variables:
deviceLvl5DeviceId: $[ stageDependencies.RunISA95Tests.SetupVM_level5.outputs['createIdentity.parentDeviceId'] ]
deviceLvl4DeviceId: $[ stageDependencies.RunISA95Tests.SetupVM_level4.outputs['createIdentity.parentDeviceId'] ]
Expand Down

0 comments on commit 4faa9a0

Please sign in to comment.