diff --git a/src/test/java/ysoserial/payloads/CommandExecTest.java b/src/test/java/ysoserial/payloads/CommandExecTest.java index 9a7e8aa..22a952c 100644 --- a/src/test/java/ysoserial/payloads/CommandExecTest.java +++ b/src/test/java/ysoserial/payloads/CommandExecTest.java @@ -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(); }