Skip to content

Commit

Permalink
logging: allow more time for write consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Mar 15, 2017
1 parent d5df445 commit f8dde3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/logging/system-test/logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var Logging = require('../');

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

var logging = new Logging(env);
var bigQuery = new BigQuery(env);
Expand Down

0 comments on commit f8dde3e

Please sign in to comment.