diff options
Diffstat (limited to 'tests/modules/process/test.lua')
| -rw-r--r-- | tests/modules/process/test.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/modules/process/test.lua b/tests/modules/process/test.lua index 64c975b29..7b5501994 100644 --- a/tests/modules/process/test.lua +++ b/tests/modules/process/test.lua @@ -1,9 +1,9 @@ function main() -- single process test - local inftimeout=999 - local stdout=os.tmpfile() - local stderr=os.tmpfile() + local inftimeout = 5000 + local stdout = os.tmpfile() + local stderr = os.tmpfile() for i = 1, 2 do local pro = process.open("echo -n awd", stdout, stderr) process.wait(pro, inftimeout) |
