summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-15 23:12:04 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-15 23:12:04 -0500
commit0746ca3f63b778f400bfe1ae6321e5d03dea089c (patch)
tree57e6fbbffac83386fea5254644f53fc74098380b /meta.lua
parentb68707968efe1c091526daf8fd8d29bfb01a04f3 (diff)
downloadimage-wine-master.tar.gz
image-wine-master.tar.bz2
image-wine-master.zip
Set timeout to something reasonable again.HEADmaster
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}