Skip to content

Commit 7527670

Browse files
switch disk timeout test to debian 10 (#6383) (#4581)
* switch disk timeout test to debian 10 * switch timeout rather than family Signed-off-by: Modular Magician <[email protected]>
1 parent af079c0 commit 7527670

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/6383.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_compute_disk_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ resource "google_compute_disk" "foobar" {
662662
zone = "us-central1-a"
663663
664664
timeouts {
665-
create = "1s"
665+
create = ".5s"
666666
}
667667
}
668668
`, diskName)

0 commit comments

Comments
 (0)