Unverified Commit 7aaa87b5 authored by Gary Qian's avatar Gary Qian Committed by GitHub

Increase deferred components test timeout (#96423)

parent b4777c35
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment