Skip to content

Commit

Permalink
increase the test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed May 23, 2024
1 parent 8ffb158 commit b3b58c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azdo/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parameters:

jobs:
- job: build
timeoutInMinutes: 240
timeoutInMinutes: 300
displayName: "Build: "

# Build on each combination of supported OS and Go version
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEST?=$$(go list ./... |grep -v 'vendor'|grep -v 'examples')
WEBSITE_REPO=github.com/hashicorp/terraform-website
PKG_NAME=azapi
TESTTIMEOUT=180m
TESTTIMEOUT=300m

.EXPORT_ALL_VARIABLES:
TF_SCHEMA_PANIC_ON_ERROR=1
Expand Down
1 change: 0 additions & 1 deletion internal/services/azapi_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ func TestAccGenericResource_subscriptionScope(t *testing.T) {
}

func TestAccGenericResource_extensionScope(t *testing.T) {
t.Skip(`The service principle does not have authorization to perform action 'Microsoft.Authorization/locks/write'`)
data := acceptance.BuildTestData(t, "azapi_resource", "test")
r := GenericResource{}

Expand Down

0 comments on commit b3b58c1

Please sign in to comment.