Fix for time test case failure due to millisecond mismatch.

Why this change was required:
While converting second to millisecond, millisecond value
was getting lost because evaluation was done on integer value.

What is fixed:
Integer value is first converted into float value before
evaluation.

Resolves openbmc/openbmc-test-automation#1223

Change-Id: I08ea71dd4322d6e016bec30ec25f0a683313923d
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
1 file changed