Skip to content

Commit 7b3042a

Browse files
logging (sys test): increase consistency delay
1 parent 4ec89a0 commit 7b3042a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/logging/system-test/logging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var Logging = require('../');
3232

3333
describe('Logging', function() {
3434
var TESTS_PREFIX = 'gcloud-logging-test';
35-
var WRITE_CONSISTENCY_DELAY_MS = 90000;
35+
var WRITE_CONSISTENCY_DELAY_MS = 120000;
3636

3737
var bigQuery = bigqueryLibrary(env);
3838
var pubsub = pubsubLibrary(env);

0 commit comments

Comments
 (0)