Summary
deploy-benchmark.sh accepts --action-timeout SECONDS but deploy-and-evaluate.sh (the wrapper) does not accept or forward the flag. Passing --action-timeout to the wrapper silently drops it.
Steps to reproduce
./deploy-and-evaluate.sh --action-timeout 120 ...
The flag is ignored; deploy-benchmark.sh runs with its default timeout.
Expected behaviour
deploy-and-evaluate.sh should accept --action-timeout and pass it through to deploy-benchmark.sh.
Found in
PR #33 review by @kellyaa.
Summary
deploy-benchmark.shaccepts--action-timeout SECONDSbutdeploy-and-evaluate.sh(the wrapper) does not accept or forward the flag. Passing--action-timeoutto the wrapper silently drops it.Steps to reproduce
The flag is ignored;
deploy-benchmark.shruns with its default timeout.Expected behaviour
deploy-and-evaluate.shshould accept--action-timeoutand pass it through todeploy-benchmark.sh.Found in
PR #33 review by @kellyaa.