Skip to content

Commit

Permalink
Increased timeout to 2h
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Dec 26, 2024
1 parent 08d9a22 commit 3a712b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ param computeGalleryImageDefinitionName string
param waitForImageBuild bool = true

@description('Optional. A parameter to control the timeout of the deployment script waiting for the image build.')
param waitForImageBuildTimeout string = 'PT1H'
param waitForImageBuildTimeout string = 'PT2H'

// Shared Parameters
@description('Optional. The location to deploy into.')
Expand Down

0 comments on commit 3a712b3

Please sign in to comment.