aboutsummaryrefslogtreecommitdiff
path: root/script/jepsen.garage/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'script/jepsen.garage/README.md')
-rw-r--r--script/jepsen.garage/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/jepsen.garage/README.md b/script/jepsen.garage/README.md
index 460f0b9e..800dde94 100644
--- a/script/jepsen.garage/README.md
+++ b/script/jepsen.garage/README.md
@@ -18,10 +18,10 @@ Set up VMs:
vagrant up
```
-Run tests:
+Run tests (this one should fail):
```
-lein run test --nodes-file nodes.vagrant
+lein run test --nodes-file nodes.vagrant --time-limit 64 --concurrency 50 --rate 50 --workload reg
```
## License