Increase deferred components test timeout (#96423)

This commit is contained in:
Gary Qian 2022-01-12 20:40:14 -08:00 committed by GitHub
parent b4777c3505
commit 7aaa87b5b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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