summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-07-22 17:08:27 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-07-22 17:08:27 -0500
commite9faf9d37d54e2dd393d6689758d7d0b5f9b1b44 (patch)
treee33c723834d6727b0b3be5c18d525240cac15ad6
parentec7eea426e3eb0e86e4e481b47ac1b2eac9ec580 (diff)
downloadimage-clang32-e9faf9d37d54e2dd393d6689758d7d0b5f9b1b44.tar.gz
image-clang32-e9faf9d37d54e2dd393d6689758d7d0b5f9b1b44.tar.bz2
image-clang32-e9faf9d37d54e2dd393d6689758d7d0b5f9b1b44.zip
Increase build timeout
-rw-r--r--meta.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.lua b/meta.lua
index 28e3bfd..e92537c 100644
--- a/meta.lua
+++ b/meta.lua
@@ -4,5 +4,6 @@ return {
4 name = "image-clang32", 4 name = "image-clang32",
5 requires = {}, 5 requires = {},
6 produces = {"incus.tar.xz","rootfs.squashfs"}, 6 produces = {"incus.tar.xz","rootfs.squashfs"},
7 timeout = 60*5,
7 } 8 }
8} 9}