From e44cb43b9c2292239c33fb77ddd6510ef52e1a7a Mon Sep 17 00:00:00 2001 From: Jamie Liu Date: Mon, 7 Jan 2019 15:04:00 -0800 Subject: Default syscall_test shard_count to 5. PiperOrigin-RevId: 228243120 Change-Id: I2726d580f4f9fad0ecc6a912e0e576ed9e08ce72 --- test/syscalls/build_defs.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/syscalls') diff --git a/test/syscalls/build_defs.bzl b/test/syscalls/build_defs.bzl index d7feeb9e1..f0c914095 100644 --- a/test/syscalls/build_defs.bzl +++ b/test/syscalls/build_defs.bzl @@ -2,7 +2,7 @@ # syscall_test is a macro that will create targets to run the given test target # on the host (native) and runsc. -def syscall_test(test, shard_count = 1, size = "small"): +def syscall_test(test, shard_count = 5, size = "small"): _syscall_test(test, shard_count, size, "native") _syscall_test(test, shard_count, size, "kvm") _syscall_test(test, shard_count, size, "ptrace") -- cgit v1.2.3