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