summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-15 13:50:06 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-15 13:50:06 -0500
commitf20555bf39eaa3159dd71293178bb68d2b07a305 (patch)
tree44271460f75df88ddec7cc844be80655e9973015
parente2bc5cfbe69622209ec6a87d7f070f1494ee0afa (diff)
downloadimage-wine-f20555bf39eaa3159dd71293178bb68d2b07a305.tar.gz
image-wine-f20555bf39eaa3159dd71293178bb68d2b07a305.tar.bz2
image-wine-f20555bf39eaa3159dd71293178bb68d2b07a305.zip
Increase timeout
-rw-r--r--meta.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.lua b/meta.lua
index 33110f7..eb63440 100644
--- a/meta.lua
+++ b/meta.lua
@@ -3,5 +3,6 @@ return {
3 export = true, 3 export = true,
4 requires = {}, 4 requires = {},
5 produces = {}, 5 produces = {},
6 timeout=3600,
6 } 7 }
7} 8}