Skip to content

Commit

Permalink
Bump the Monitoring backoff time
Browse files Browse the repository at this point in the history
Since backend is being a bit flaky it seems
  • Loading branch information
Temikus committed Jul 16, 2018
1 parent 826256a commit 71628c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/monitoring/test_timeseries.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class TestMetricDescriptors < FogIntegrationTest
# metric propagation (sometimes 80+ seconds) and client returning
# Google::Apis::ClientError: badRequest if the metric hasn't yet been created instead of a 404.
RETRIABLE_TRIES = 3
RETRIABLE_BASE_INTERVAL = 30
RETRIABLE_BASE_INTERVAL = 50
TEST_METRIC_PREFIX = "custom.googleapis.com/fog-google-test/timeseries".freeze
LABEL_DESCRIPTORS = [
{
Expand Down

0 comments on commit 71628c9

Please sign in to comment.