Skip to content

Commit

Permalink
reduce sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
wchrisjohnson committed May 25, 2017
1 parent 27926fd commit 879331c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resource_librato_metric_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestAccLibratoMetrics(t *testing.T) {
),
},
{
PreConfig: sleep(t, 15),
PreConfig: sleep(t, 5),
Config: counterMetricConfig(name, typ, desc2),
Check: resource.ComposeTestCheckFunc(
testAccCheckLibratoMetricExists("librato_metric.foobar", &metric),
Expand Down Expand Up @@ -68,7 +68,7 @@ func TestAccLibratoMetrics(t *testing.T) {
),
},
{
PreConfig: sleep(t, 15),
PreConfig: sleep(t, 5),
Config: gaugeMetricConfig(name, typ, desc2),
Check: resource.ComposeTestCheckFunc(
testAccCheckLibratoMetricExists("librato_metric.foobar", &metric),
Expand Down Expand Up @@ -102,7 +102,7 @@ func TestAccLibratoMetrics(t *testing.T) {
),
},
{
PreConfig: sleep(t, 15),
PreConfig: sleep(t, 5),
Config: compositeMetricConfig(name, typ, desc2),
Check: resource.ComposeTestCheckFunc(
testAccCheckLibratoMetricExists("librato_metric.foobar", &metric),
Expand Down

0 comments on commit 879331c

Please sign in to comment.