Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 634071226
  • Loading branch information
colaboratory-team committed May 15, 2024
1 parent 70d3a70 commit cfe0fdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion google/colab/drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ def _mount(
)
if ephemeral:
_message.blocking_request(
'request_auth', request={'authType': 'dfs_ephemeral'}, timeout_sec=None
'request_auth',
request={'authType': 'dfs_ephemeral'},
timeout_sec=int(timeout_ms / 1000),
)

mountpoint = _os.path.expanduser(mountpoint)
Expand Down

0 comments on commit cfe0fdb

Please sign in to comment.