HypervisorUtilsTest: increate timeout to 8seconds

Increases timeout to a larger value to avoid failures in VM environments such as
TravisCI.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2016-05-11 14:29:22 +05:30
parent 4d5e8df2f9
commit e122bbfbfc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class HypervisorUtilsTest {
public void checkVolumeFileForActivityTest() throws IOException {
System.out.print("Testing block on modified files - ");
String filePath = "./testfileinactive";
int timeoutSeconds = 5;
int timeoutSeconds = 8;
long thresholdMilliseconds = 2000;
File file = new File(filePath);