mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Increase deferred components test timeout (#96423)
This commit is contained in:
parent
b4777c3505
commit
7aaa87b5b6
@ -45,7 +45,7 @@ do
|
||||
fi
|
||||
# Timeout if expected log not found
|
||||
current_time=$(date +%s)
|
||||
if [[ $((current_time - run_start_time_seconds)) -ge 150 ]]; then
|
||||
if [[ $((current_time - run_start_time_seconds)) -ge 300 ]]; then
|
||||
echo "Failure: Timed out, deferred component did not load."
|
||||
pkill -P $$
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user