diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-04 00:56:58 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-04 00:56:58 -0600 |
commit | 0c35429c4c63965e78e31fd55275416b432ec375 (patch) | |
tree | cd87dd0188e960056f0cab39e5ef9501191d3301 | |
parent | a81ae79337a6fdaf5077121671f07fcd8ae4f871 (diff) | |
download | busybox-w32-packaging-0c35429c4c63965e78e31fd55275416b432ec375.tar.gz busybox-w32-packaging-0c35429c4c63965e78e31fd55275416b432ec375.tar.bz2 busybox-w32-packaging-0c35429c4c63965e78e31fd55275416b432ec375.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 | ["busybox-w32"] = { | 2 | ["busybox-w32"] = { |
3 | timeout=600, | ||
3 | image="image-mingw64", | 4 | image="image-mingw64", |
4 | requires = { | 5 | requires = { |
5 | {"git","busybox-w32"}, | 6 | {"git","busybox-w32"}, |