Dhfs-app: try to crash lazyfs a bit later

This commit is contained in:
2025-04-24 09:22:22 +02:00
parent ca354ba09c
commit ceb9342b45

View File

@@ -156,14 +156,14 @@ public class LazyFs {
"op=\"write\"\n" +
"file=\"" + mdbPath() + "\"\n" +
"persist=[1,4]\n" +
"occurrence=2");
"occurrence=10");
}
public void startTornSeq() {
start("[[injection]]\n" +
"type=\"torn-op\"\n" +
"file=\"" + mdbPath() + "\"\n" +
"occurrence=5\n" +
"occurrence=10\n" +
"parts=3 #or parts_bytes=[4096,3600,1260]\n" +
"persist=[1,3]");
}