Skip to content

Commit

Permalink
test(bigtable): tighten time to delete for bigtable instances (#4488)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Jul 23, 2021
1 parent dcee3c5 commit 6af6353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigtable/integration_test.go
Expand Up @@ -51,7 +51,7 @@ import (
const (
directPathIPV6Prefix = "[2001:4860:8040"
directPathIPV4Prefix = "34.126"
timeUntilResourceCleanup = time.Hour * 48 // two days
timeUntilResourceCleanup = time.Hour * 12 // 12 hours
prefixOfInstanceResources = "bt-it-"
)

Expand Down

0 comments on commit 6af6353

Please sign in to comment.