Skip to content

Commit 7df564f

Browse files
Pathways-on-Cloud Teamcopybara-github
authored andcommitted
Change restore timeout to 1 hour
PiperOrigin-RevId: 718105325
1 parent cefacfc commit 7df564f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pathwaysutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _is_persistence_enabled():
6060
# TODO(b/365549911): Remove when OCDBT-compatible
6161
if _is_persistence_enabled():
6262
pathways_orbax_handler.register_pathways_handlers(
63-
datetime.timedelta(minutes=10)
63+
datetime.timedelta(hours=1)
6464
)
6565

6666
# Turn off JAX compilation cache because Pathways handles its own compilation

0 commit comments

Comments
 (0)