Skip to content

Commit

Permalink
switch disk timeout test to debian 10 (#6383) (#12272)
Browse files Browse the repository at this point in the history
* switch disk timeout test to debian 10

* switch timeout rather than family

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Aug 5, 2022
1 parent c577a15 commit 39d25c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/6383.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google/resource_compute_disk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ resource "google_compute_disk" "foobar" {
zone = "us-central1-a"
timeouts {
create = "1s"
create = ".5s"
}
}
`, diskName)
Expand Down

0 comments on commit 39d25c5

Please sign in to comment.