commit | 9374393a16b9400866003cd972f9c4711c94869c | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@nexantic.com> | Fri Mar 13 14:20:29 2020 +0100 |
committer | Leopold Schabel <leo@nexantic.com> | Fri Mar 13 14:20:29 2020 +0100 |
tree | d201cb040a78e99baac99e6473c249d790be6b24 | |
parent | 8c8e677b05f92d948f3c864451751b7ca45a8462 [diff] [blame] |
test_boot is now a medium-sized test We upped the timeout to 120, but Bazel had a lower timeout. GitOrigin-RevId: 8e9581b20760746e75edc990229be78ddf7992bb
diff --git a/core/scripts/BUILD b/core/scripts/BUILD index 28d3aae..482b29c 100644 --- a/core/scripts/BUILD +++ b/core/scripts/BUILD
@@ -23,7 +23,7 @@ sh_test( name = "test_boot", - size = "small", + size = "medium", srcs = ["test_boot.sh"], # expects wants a pty, which do not exist in the sandbox tags = ["local"],