summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-16 23:02:54 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-16 23:02:54 -0500
commit7cb3506c9cd8002e7b95f558692287e9a36e6d09 (patch)
tree596e279238ab6ad8886c1004c9975451feb601da
parent2935a4fecd1d5a4c11aa5146581320a1e8e82207 (diff)
downloadportable-packaging-7cb3506c9cd8002e7b95f558692287e9a36e6d09.tar.gz
portable-packaging-7cb3506c9cd8002e7b95f558692287e9a36e6d09.tar.bz2
portable-packaging-7cb3506c9cd8002e7b95f558692287e9a36e6d09.zip
Up timeout again
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 478be6c..1034704 100644
--- a/meta.lua
+++ b/meta.lua
@@ -15,6 +15,6 @@ builds["libressl-mingw64"] = {
15 produces = { 15 produces = {
16 ["libssl.a"] = true, 16 ["libssl.a"] = true,
17 }, 17 },
18 timeout = 360, 18 timeout = 480, --Jeez this takes forever
19} 19}
20return builds 20return builds