summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-04 00:56:58 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-04 00:56:58 -0600
commit0c35429c4c63965e78e31fd55275416b432ec375 (patch)
treecd87dd0188e960056f0cab39e5ef9501191d3301
parenta81ae79337a6fdaf5077121671f07fcd8ae4f871 (diff)
downloadbusybox-w32-packaging-0c35429c4c63965e78e31fd55275416b432ec375.tar.gz
busybox-w32-packaging-0c35429c4c63965e78e31fd55275416b432ec375.tar.bz2
busybox-w32-packaging-0c35429c4c63965e78e31fd55275416b432ec375.zip
Increase timeout
-rw-r--r--meta.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.lua b/meta.lua
index f8849f1..b7f257c 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,5 +1,6 @@
1return { 1return {
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"},