Increase timeout for lockless queue test
frc8971 build server is slow... Give it a bit more time to complete
lockless queue test.
Change-Id: I024443c211b5061877871c228214126ee0e5fdd8
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/.bazelrc b/.bazelrc
index 9c94391..ce727ec 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -79,7 +79,7 @@
build --show_result 5
# Dump the output of the failing test to stdout.
# Keep the default test timeouts except make 'eternal'=4500 secs
-test --test_output=errors --test_timeout=-1,-1,-1,4500
+test --test_output=errors --test_timeout=-1,-1,-1,5500
build --sandbox_base=/dev/shm/
build --experimental_multi_threaded_digest