maedhroz commented on code in PR #1789:
URL: https://github.com/apache/cassandra/pull/1789#discussion_r946078931
##########
test/distributed/org/apache/cassandra/distributed/test/AutoSnapshotTtlTest.java:
##########
@@ -149,7 +149,7 @@ public void testAutoSnapshotTTlOnDropAfterRestart() throws
IOException
instance.nodetoolResult("listsnapshots").asserts().success().stdoutContains(SNAPSHOT_DROP_PREFIX);
// Check snapshot is removed after at most 21s
Review Comment:
```suggestion
// Check snapshot is removed after at most auto_snapshot_ttl + 1s
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]