We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cd837 commit df39bdfCopy full SHA for df39bdf
testsuite/replay-verify/main.py
@@ -479,8 +479,8 @@ def create_pvc_from_snapshot(self):
479
)
480
# Because PVCs can be shared among multiple replay-verify runs, a more correct TTL
481
# 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
+ # run. However, for simplicity, we set the TTL to 9 hours.
+ pvc_ttl = 9 * 60 * 60 # 9 hours
484
pvcs = create_replay_verify_pvcs_from_snapshot(
485
self.id,
486
snapshot_name,
0 commit comments