commit | 898125b5d04bf820b50541c0290d1a1801de2ea4 | [log] [tgz] |
---|---|---|
author | Mateusz Zalega <mateusz@monogon.tech> | Mon Apr 25 13:38:35 2022 +0200 |
committer | Mateusz Zalega <mateusz@monogon.tech> | Tue Apr 26 11:07:26 2022 +0000 |
tree | a7f56a1f9c4b39a1675843fe69b4bacc74601807 | |
parent | 83d793ddcd4f75b3653255df5dac154ac3de4e87 [diff] |
m/installer: bump test size to "medium" I found the test timing out at times when the CI setup was especially busy, possibly due to lower disk I/O speeds. I think it's reasonable to give this one more time. Change-Id: I992ef3c7df3afc65bba628b3b443f74bb37c2963 Reviewed-on: https://review.monogon.dev/c/monogon/+/666 Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
diff --git a/metropolis/installer/test/BUILD.bazel b/metropolis/installer/test/BUILD.bazel index b296631..ef3c2c0 100644 --- a/metropolis/installer/test/BUILD.bazel +++ b/metropolis/installer/test/BUILD.bazel
@@ -3,7 +3,7 @@ go_test( name = "installer", - size = "small", + size = "medium", data = [ ":kernel", "//metropolis/installer/test/testos:testos_bundle",