Maestro by mobile.dev
Search
⌃K
What is Maestro?
GitHub Repo
Getting Started
Installing Maestro
Build and Install your App
Run a Sample Flow
Writing Your First Flow
Maestro Studio
Running Flows on CI
Platform Support
Supported Platforms
Android - Views
Android - Jetpack Compose
iOS - UIKit
iOS - SwiftUI
React Native
Flutter
Web Views
Examples
Android contacts flow automation
Facebook signup flow automation
Advanced: Wikipedia Android
Page Object Model
CLI
Cloud
Test Suites & Reports
Tags
Recording Your Flow
Continuous Mode
View Hierarchy
Start Device
API Reference
Commands
Configuration
Selectors
Advanced
Nested Flows
Wait
Loops
Conditions
Parameters & Constants
JavaScript
Experimental
Specify a Device
Configuring Permissions
Detect Maestro in your App
Configuring Maestro driver timeout
onFlowStart / onFlowComplete hooks
Troubleshooting
Known Issues
Frequently Asked Questions
Bug Report
Rollback Maestro
Debug Output
Community
Contributions
Articles & Tutorials
Powered By GitBook

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
Advanced - Previous
Detect Maestro in your App
Next - Advanced
onFlowStart / onFlowComplete hooks
Last modified 20d ago