We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a9346 commit 04f42e3Copy full SHA for 04f42e3
python/tests/platform/test_checkpoint_sync.py
@@ -71,7 +71,8 @@ def test_checkpoint_sync(
71
72
self.pipeline.set_runtime_config(
73
RuntimeConfig(
74
- fault_tolerance_model=ft, storage=Storage(config=storage_config),
+ fault_tolerance_model=ft,
75
+ storage=Storage(config=storage_config),
76
checkpoint_interval_secs=ft_interval,
77
)
78
@@ -130,7 +131,8 @@ def test_checkpoint_sync(
130
131
132
133
134
135
136
137
138
0 commit comments