Skip to content

Commit

Permalink
fix: reduce refresh clock skew to 10 seconds (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed Aug 6, 2020
1 parent 20f82e2 commit 42321ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/auth/_helpers.py
Expand Up @@ -22,7 +22,7 @@
from six.moves import urllib


CLOCK_SKEW_SECS = 300 # 5 minutes in seconds
CLOCK_SKEW_SECS = 10 # 10 seconds
CLOCK_SKEW = datetime.timedelta(seconds=CLOCK_SKEW_SECS)


Expand Down

0 comments on commit 42321ba

Please sign in to comment.