mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-27 01:11:53 +08:00
bumping up wait time
This commit is contained in:
@@ -22,7 +22,7 @@ public class CommandExecTest implements CustomTest {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
Files.waitForFile(testFile, 1000);
|
Files.waitForFile(testFile, 5000);
|
||||||
Assert.assertTrue("test file should exist", testFile.exists());
|
Assert.assertTrue("test file should exist", testFile.exists());
|
||||||
testFile.deleteOnExit();
|
testFile.deleteOnExit();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user