mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-24 07:51:52 +08:00
bumping up wait time
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user