Skip to content

Commit

Permalink
Fix TestAccCloudFunctionsFunction_buildServiceAccount (#11909) (#19755)
Browse files Browse the repository at this point in the history
[upstream:8359ec2bd4b22c92d500b74c7cad1a358e2fb2fa]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 4, 2024
1 parent d35436f commit a7952f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/11909.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ resource "time_sleep" "wait_iam_roles_%[3]s" {
google_project_iam_member.artifact_registry_writer_%[3]s,
google_project_iam_member.log_writer_%[3]s,
]
create_duration = "60s"
create_duration = "120s"
}
resource "google_cloudfunctions_function" "function" {
Expand Down

0 comments on commit a7952f6

Please sign in to comment.