diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-03 01:37:55 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-03 01:37:55 -0500 |
commit | 31cb0027160df5a3c4259f0d84aa44bc68cce4e7 (patch) | |
tree | 276d7c1ce2035f05f68a2010dd6b04624df40014 | |
parent | a511aeead73a7f8c0354ea8b031d17ea11480135 (diff) | |
download | 7zip-packaging-31cb0027160df5a3c4259f0d84aa44bc68cce4e7.tar.gz 7zip-packaging-31cb0027160df5a3c4259f0d84aa44bc68cce4e7.tar.bz2 7zip-packaging-31cb0027160df5a3c4259f0d84aa44bc68cce4e7.zip |
Increase timeout
-rw-r--r-- | meta.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ | |||
1 | return { | 1 | return { |
2 | ["7zip"] = { | 2 | ["7zip"] = { |
3 | timeout = 600, | ||
3 | image = "image-mingw64", | 4 | image = "image-mingw64", |
4 | requires = { | 5 | requires = { |
5 | {"git","7zip#main"} | 6 | {"git","7zip#main"} |