From 99cdb886b0756e02520d74a43f201f94eb2150ec Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 25 Sep 2018 22:36:07 +0800 Subject: fix tests bug --- tests/modules/process/test.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/modules/process/test.lua') 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) -- cgit v1.3.1