Configuring Maestro driver timeout
In some environments with limited performance, such as CI/CD, it may be necessary to increase the maestro driver's default timeout. For this, you can set the environment
MAESTRO_DRIVER_STARTUP_TIMEOUT
, setting how many milliseconds you want.The default value is
15000
(15 seconds)Example
export MAESTRO_DRIVER_STARTUP_TIMEOUT=60000 # setting 60 seconds
maestro test file.yaml