summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index eb63440..c9d2e2e 100644
--- a/meta.lua
+++ b/meta.lua
@@ -3,6 +3,6 @@ return {
3 export = true, 3 export = true,
4 requires = {}, 4 requires = {},
5 produces = {}, 5 produces = {},
6 timeout=3600, 6 timeout=120,
7 } 7 }
8} 8}