Skip to content

Commit

Permalink
fixed failing test TestAccSecurityCenterV2OrganizationBigQueryExport (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaykanthm authored Oct 25, 2024
1 parent 45ba809 commit b5c742a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ resource "google_bigquery_dataset" "default" {
location = "US"
default_table_expiration_ms = 3600000
default_partition_expiration_ms = null
delete_contents_on_destroy = true
labels = {
env = "default"
Expand All @@ -77,7 +78,7 @@ resource "google_bigquery_dataset" "default" {
resource "time_sleep" "wait_1_minute" {
depends_on = [google_bigquery_dataset.default]
create_duration = "3m"
create_duration = "6m"
}
resource "google_scc_v2_organization_scc_big_query_export" "default" {
Expand Down Expand Up @@ -109,6 +110,7 @@ resource "google_bigquery_dataset" "default" {
location = "US"
default_table_expiration_ms = 3600000
default_partition_expiration_ms = null
delete_contents_on_destroy = true
labels = {
env = "default"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ resource "google_bigquery_dataset" "default" {
location = "US"
default_table_expiration_ms = 3600000
default_partition_expiration_ms = null
delete_contents_on_destroy = true
labels = {
env = "default"
Expand All @@ -77,7 +78,7 @@ resource "google_bigquery_dataset" "default" {
resource "time_sleep" "wait_1_minute" {
depends_on = [google_bigquery_dataset.default]
create_duration = "3m"
create_duration = "6m"
}
resource "google_scc_v2_organization_scc_big_query_exports" "default" {
Expand Down Expand Up @@ -109,6 +110,7 @@ resource "google_bigquery_dataset" "default" {
location = "US"
default_table_expiration_ms = 3600000
default_partition_expiration_ms = null
delete_contents_on_destroy = true
labels = {
env = "default"
Expand Down

0 comments on commit b5c742a

Please sign in to comment.