Skip to content

Commit df39bdf

Browse files
committed
Increase replay-verify disk TTL to 9 hours
1 parent 03cd837 commit df39bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testsuite/replay-verify/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ def create_pvc_from_snapshot(self):
479479
)
480480
# Because PVCs can be shared among multiple replay-verify runs, a more correct TTL
481481
# would be computed from the number of shards and the expected run time of the replay-verify
482-
# run. However, for simplicity, we set the TTL to 3 hours.
483-
pvc_ttl = 5 * 60 * 60 # 3 hours
482+
# run. However, for simplicity, we set the TTL to 9 hours.
483+
pvc_ttl = 9 * 60 * 60 # 9 hours
484484
pvcs = create_replay_verify_pvcs_from_snapshot(
485485
self.id,
486486
snapshot_name,

0 commit comments

Comments
 (0)