diff --git a/Makefile b/Makefile index 7776a28ea2e3a16d4d2dc215ee76a86f683c09e9..7e48c697ba2f181213652feb73b4ad84e071b41a 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ longevity-test: generate-gokms-certs build-images install-gosdnc echo "Will add devices, can take a while" ./config/controller/add_devices.sh sleep 10 - python3 longevity-tests/longevity.py + python3 longevity-tests/longevity.py --min_time 1 --max_time 20 longevity-test-down: docker compose -f longevity-tests/docker-compose.yml down