Skip to content

Commit 163a359

Browse files
committed
Drop times
1 parent 43a1aae commit 163a359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/terraform/tests/resource_container_node_pool_test.go.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,15 @@ func TestAccContainerNodePool_withKubeletConfig(t *testing.T) {
253253
CheckDestroy: testAccCheckContainerClusterDestroyProducer(t),
254254
Steps: []resource.TestStep{
255255
{
256-
Config: testAccContainerNodePool_withKubeletConfig(cluster, np, "static", "300ms", false),
256+
Config: testAccContainerNodePool_withKubeletConfig(cluster, np, "static", "100us", false),
257257
},
258258
{
259259
ResourceName: "google_container_node_pool.with_kubelet_config",
260260
ImportState: true,
261261
ImportStateVerify: true,
262262
},
263263
{
264-
Config: testAccContainerNodePool_withKubeletConfig(cluster, np, "default", "200ms", true),
264+
Config: testAccContainerNodePool_withKubeletConfig(cluster, np, "default", "200us", true),
265265
},
266266
{
267267
ResourceName: "google_container_node_pool.with_kubelet_config",

0 commit comments

Comments
 (0)