Skip to content

Commit

Permalink
fixed failing test TestAccSecurityCenterV2OrganizationBigQueryExport (#…
Browse files Browse the repository at this point in the history
…12088) (#20033)

[upstream:b5c742afdee71b2b22a3af5cbbb686b7aed859d8]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Oct 25, 2024
1 parent bda6682 commit 6d0f9b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/12088.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none
securitycenterv2: fixed flaky test TestAccSecurityCenterV2OrganizationBigQueryExportConfig_basic
```
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,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 @@ -79,7 +80,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 @@ -111,6 +112,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 @@ -67,6 +67,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 @@ -79,7 +80,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 @@ -111,6 +112,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 6d0f9b9

Please sign in to comment.