test/nvme_perf: wait longer for discovering bdevs
With high number of NVMe drives being attached to SPDK it might take some time to fully initialize all controllers. Wait a bit longer before trying to initialize performance tests. Change-Id: I5104f962e667ee39db6054750afa0fe7bcb6f26a Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11424 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
7bce0a3ead
commit
a877ca604d
@ -3,7 +3,7 @@
|
||||
function discover_bdevs() {
|
||||
local rootdir=$1
|
||||
local config_file=$2
|
||||
local wait_for_spdk_bdev=30
|
||||
local wait_for_spdk_bdev=90
|
||||
local rpc_server=/var/tmp/spdk-discover-bdevs.sock
|
||||
|
||||
if [ ! -e $config_file ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user