Skip to content

Commit

Permalink
Update system-test/bigtable.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
danieljbruce and leahecole committed May 21, 2024
1 parent 4bc7a7d commit 661c927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system-test/bigtable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,7 @@ describe('Bigtable', () => {
const sourceExpireTimeMilliseconds =
PreciseDate.now() + (8 + 300) * 60 * 60 * 1000;
const sourceExpireTime = new PreciseDate(sourceExpireTimeMilliseconds);
// 608 hours ahead of now, 300 hours ahead of sourceExpireTimeMilliseconds
const copyExpireTimeMilliseconds =
PreciseDate.now() + (8 + 600) * 60 * 60 * 1000;
const copyExpireTime = new PreciseDate(copyExpireTimeMilliseconds);
Expand Down

0 comments on commit 661c927

Please sign in to comment.