Skip to content

Commit 457adb6

Browse files
committed
increase retry from 2 to 3 ;-;
1 parent 9416f66 commit 457adb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/run-maestro.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PLATFORM="${1:-${PLATFORM:-android}}"
55
SHARD="${2:-${SHARD:-default}}"
66
FLOWS_DIR=".maestro/tests"
77
MAIN_REPORT="maestro-report.xml"
8-
MAX_RERUN_ROUNDS="${MAX_RERUN_ROUNDS:-2}"
8+
MAX_RERUN_ROUNDS="${MAX_RERUN_ROUNDS:-3}"
99
RERUN_REPORT_PREFIX="maestro-rerun"
1010
export MAESTRO_DRIVER_STARTUP_TIMEOUT="${MAESTRO_DRIVER_STARTUP_TIMEOUT:-120000}"
1111

0 commit comments

Comments
 (0)