From 0b1086b93c301f684c3a6169df27c055afe682ce Mon Sep 17 00:00:00 2001 From: houj04 <35131887+houj04@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:25:45 +0800 Subject: [PATCH] [XPU] fix ut retry (#54294) * print all logs * try to fix ut bug. * try to fix ut bug. * try to fix ut bug. * remove debug codes. --- paddle/scripts/paddle_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index ac4d3608762..ce8ae8e3af6 100644 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -2239,9 +2239,9 @@ set +x collect_failed_tests xputest_error=0 retry_unittests_record='' - retry_time=3 + retry_time=4 exec_times=0 - exec_time_array=('first' 'second' 'third') + exec_time_array=('first' 'second' 'third' 'fourth') exec_retry_threshold=10 is_retry_execuate=0 if [ -n "$failed_test_lists" ];then -- GitLab