Skip to content

Commit

Permalink
logging (sys test): increase consistency delay
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Aug 10, 2017
1 parent 66cbbec commit 60701c5
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 Logging = require('../');

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

var bigQuery = bigqueryLibrary(env);
var pubsub = pubsubLibrary(env);
Expand Down

0 comments on commit 60701c5

Please sign in to comment.