mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
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:
parent
4d5e8df2f9
commit
e122bbfbfc
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user