test: set shard_count to 5 by default

In cl/264434674 and cl/264498919, we stop running test cases
in parallel to not overload test hosts. But now tests requires
more time to run, so we need to increase a default number of
shards or a default test timeout. Let's start with increasing
the number of shards and see how it will works.

PiperOrigin-RevId: 264917055
This commit is contained in:
Andrei Vagin 2019-08-22 14:15:20 -07:00 committed by gVisor bot
parent 0034aaa82a
commit 0e82f9f3fb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# on the host (native) and runsc.
def syscall_test(
test,
shard_count = 1,
shard_count = 5,
size = "small",
use_tmpfs = False,
add_overlay = False,