diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-13 13:15:07 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-13 13:15:07 -0500 |
commit | 78f9388dc697b6591158db57463e62fa17aeb891 (patch) | |
tree | 3c2bfdb0c5eaf959e917f8be9bcc8a26155a1571 | |
parent | e924d41f7b76514ef20d3959a48a1624df774404 (diff) | |
download | luajit-packaging-78f9388dc697b6591158db57463e62fa17aeb891.tar.gz luajit-packaging-78f9388dc697b6591158db57463e62fa17aeb891.tar.bz2 luajit-packaging-78f9388dc697b6591158db57463e62fa17aeb891.zip |
Try upping the timeout
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ for name, optimization, rel, flag, _, image in cartesian(optimizations, debug, c | |||
45 | env = { | 45 | env = { |
46 | CFLAGS = optimization .. " " .. flag, | 46 | CFLAGS = optimization .. " " .. flag, |
47 | }, | 47 | }, |
48 | timeout=180, | 48 | timeout=300, |
49 | } | 49 | } |
50 | end | 50 | end |
51 | return builds | 51 | return builds |