Skip to content
This repository has been archived by the owner on Feb 25, 2025. It is now read-only.

Increase check_roll limit #5835

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion travis/check_roll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi;

FLUTTER_VERSION="$(curl -s https://raw.githubusercontent.com/flutter/flutter/master/bin/internal/engine.version)"
BEHIND="$(git rev-list $FLUTTER_VERSION..$UPSTREAM --oneline | wc -l)"
MAX_BEHIND=16 # no more than 4 bisections to identify the issue
MAX_BEHIND=64 # no more than 4 bisections to identify the issue

if [[ $BEHIND -le $MAX_BEHIND ]]; then
echo "OK, the flutter/engine to flutter/flutter roll is only $BEHIND commits behind."
Expand Down