We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9416f66 commit 457adb6Copy full SHA for 457adb6
.github/scripts/run-maestro.sh
@@ -5,7 +5,7 @@ PLATFORM="${1:-${PLATFORM:-android}}"
5
SHARD="${2:-${SHARD:-default}}"
6
FLOWS_DIR=".maestro/tests"
7
MAIN_REPORT="maestro-report.xml"
8
-MAX_RERUN_ROUNDS="${MAX_RERUN_ROUNDS:-2}"
+MAX_RERUN_ROUNDS="${MAX_RERUN_ROUNDS:-3}"
9
RERUN_REPORT_PREFIX="maestro-rerun"
10
export MAESTRO_DRIVER_STARTUP_TIMEOUT="${MAESTRO_DRIVER_STARTUP_TIMEOUT:-120000}"
11
0 commit comments