]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix timeout issue in EMC VNX driver unit test
authorXi Yang <xi.yang@emc.com>
Tue, 23 Jun 2015 09:42:18 +0000 (05:42 -0400)
committerXi Yang <xi.yang@emc.com>
Mon, 29 Jun 2015 03:05:15 +0000 (23:05 -0400)
commit49c99d1aeebbd63a3d1fe7f270c6cb5467357b00
treee7479a993e9660701f8117746edd0876c35d828b
parent18563cb928c2e2308aa3f57d80dfe332bbe3cc12
Fix timeout issue in EMC VNX driver unit test

This patch is going to fix the timeout issue in EMC VNX
driver unit test.

Currently, the timeout value of a looping call in EMC unit test
is set to 0.000002s which is too small. The execution time of
a looping call may exceed this timeout value and cause the test
case failure. This fix is changing the timeout to the default
value of VNX driver.

Change-Id: I4aea02403ada8892e45b974be70fb5753721ed39
Closes-Bug: #1467763
cinder/tests/unit/test_emc_vnxdirect.py