Added command timeout
This commit is contained in:
parent
b1c8c49fbc
commit
8b80ca1bc0
4 changed files with 19 additions and 5 deletions
|
@ -50,6 +50,7 @@ class ExecOperationTest {
|
|||
tmpFile.deleteOnExit();
|
||||
new ExecOperation()
|
||||
.fromProject(new Project())
|
||||
.timeout(10)
|
||||
.command("touch", tmpFile.getName())
|
||||
.fail(ExecFail.NORMAL)
|
||||
.execute();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue