bumping up wait time

This commit is contained in:
Chris Frohoff
2017-09-07 21:41:14 -07:00
parent 73c5d1dbd4
commit 3f352eacc6
@@ -22,7 +22,7 @@ public class CommandExecTest implements CustomTest {
} catch (Exception e) {
e.printStackTrace();
}
Files.waitForFile(testFile, 1000);
Files.waitForFile(testFile, 5000);
Assert.assertTrue("test file should exist", testFile.exists());
testFile.deleteOnExit();
}