diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-16 22:44:06 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-16 22:44:06 -0500 |
commit | 2935a4fecd1d5a4c11aa5146581320a1e8e82207 (patch) | |
tree | 4a9f7101ae9ac32dcdce8e17826e8c0595410c8b | |
parent | 50995005de1b0c0e6c111b92d1403961ddd022b7 (diff) | |
download | portable-packaging-2935a4fecd1d5a4c11aa5146581320a1e8e82207.tar.gz portable-packaging-2935a4fecd1d5a4c11aa5146581320a1e8e82207.tar.bz2 portable-packaging-2935a4fecd1d5a4c11aa5146581320a1e8e82207.zip |
Increase timeout
-rw-r--r-- | meta.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,5 +15,6 @@ builds["libressl-mingw64"] = { | |||
15 | produces = { | 15 | produces = { |
16 | ["libssl.a"] = true, | 16 | ["libssl.a"] = true, |
17 | }, | 17 | }, |
18 | timeout = 360, | ||
18 | } | 19 | } |
19 | return builds | 20 | return builds |