diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-16 23:02:54 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-16 23:02:54 -0500 |
commit | 7cb3506c9cd8002e7b95f558692287e9a36e6d09 (patch) | |
tree | 596e279238ab6ad8886c1004c9975451feb601da | |
parent | 2935a4fecd1d5a4c11aa5146581320a1e8e82207 (diff) | |
download | portable-packaging-7cb3506c9cd8002e7b95f558692287e9a36e6d09.tar.gz portable-packaging-7cb3506c9cd8002e7b95f558692287e9a36e6d09.tar.bz2 portable-packaging-7cb3506c9cd8002e7b95f558692287e9a36e6d09.zip |
Up timeout again
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | } |
20 | return builds | 20 | return builds |