summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/nvdimm/bpm_update.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/nvdimm/bpm_update.C')
-rw-r--r--src/usr/isteps/nvdimm/bpm_update.C6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/isteps/nvdimm/bpm_update.C b/src/usr/isteps/nvdimm/bpm_update.C
index cf7534a55..1baba7fe5 100644
--- a/src/usr/isteps/nvdimm/bpm_update.C
+++ b/src/usr/isteps/nvdimm/bpm_update.C
@@ -1863,10 +1863,12 @@ errlHndl_t Bpm::resetDevice()
break;
}
+ // If we wait less than 15 seconds for the reset to occur it is
+ // possible that BPM won't be ready for more commands via the NVDIMM
TRACFCOMP(g_trac_bpm, "Bpm::resetDevice(): "
- "Resetting BPM for NVDIMM 0x%.8X, sleep for 10 seconds.",
+ "Resetting BPM for NVDIMM 0x%.8X, sleep for 15 seconds.",
TARGETING::get_huid(iv_nvdimm));
- longSleep(10);
+ longSleep(15);
}
else
{
OpenPOWER on IntegriCloud