Skip to content

Commit 2f188f8

Browse files
author
Nicholas M. Iodice
authored
increasing project create timeout to handle build failures (#271)
1 parent f6b0c90 commit 2f188f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azuredevops/resource_project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"github.com/microsoft/terraform-provider-azuredevops/azuredevops/utils/validate"
2222
)
2323

24-
var projectCreateTimeoutDuration time.Duration = 60
24+
var projectCreateTimeoutDuration time.Duration = 60 * 3
2525
var projectDeleteTimeoutDuration time.Duration = 60
2626

2727
func resourceProject() *schema.Resource {

0 commit comments

Comments
 (0)