Skip to content

Commit

Permalink
system tests (logging): increase consistency delay (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored Jul 18, 2016
1 parent 0de80db commit 0292872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var Storage = require('../lib/storage/index.js');

describe('Logging', function() {
var TESTS_PREFIX = 'gcloud-logging-test';
var WRITE_CONSISTENCY_DELAY_MS = 15000;
var WRITE_CONSISTENCY_DELAY_MS = 60000;

var logging = new Logging(env);

Expand Down

0 comments on commit 0292872

Please sign in to comment.