Skip to content

Commit a5107b6

Browse files
brs332dcrowell77
authored andcommitted
Change mss_scrub timeout to account for slow MCBIST
Change-Id: If1b170563ddd99d911f851e30489878e8a7e5d8f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32396 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Dev-Ready: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32398 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
1 parent 16263a6 commit a5107b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fapi2::ReturnCode p9_mss_scrub( const fapi2::Target<TARGET_TYPE_MCBIST>& i_targe
7878
};
7979

8080
// We'll fill in the initial delay below
81-
mss::poll_parameters l_poll_parameters(0, 200, 10 * mss::DELAY_1MS, 200, 500);
81+
mss::poll_parameters l_poll_parameters(0, 200, 100 * mss::DELAY_1MS, 200, 500);
8282
uint64_t l_memory_size = 0;
8383

8484
FAPI_TRY( mss::eff_memory_size(i_target, l_memory_size) );

0 commit comments

Comments
 (0)