mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 12:35:00 +00:00
antithesis: Make experiments run for longer
...increases probability of Antithesis finding interesting things.
This commit is contained in:
parent
90e035b6b0
commit
9e92325bad
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
curl --fail -u "$ANTITHESIS_USER:$ANTITHESIS_PASSWD" \
|
||||
-X POST https://$ANTITHESIS_TENANT.antithesis.com/api/v1/launch/limbo \
|
||||
-d "{\"params\": { \"antithesis.description\":\"basic_test on main\",
|
||||
\"custom.duration\":\"1\",
|
||||
\"custom.duration\":\"4\",
|
||||
\"antithesis.config_image\":\"$ANTITHESIS_DOCKER_REPO/limbo-config:antithesis-latest\",
|
||||
\"antithesis.images\":\"$ANTITHESIS_DOCKER_REPO/limbo-workload:antithesis-latest\",
|
||||
\"antithesis.report.recipients\":\"$ANTITHESIS_EMAIL\"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue