Default syscall_test shard_count to 5.

PiperOrigin-RevId: 228243120
Change-Id: I2726d580f4f9fad0ecc6a912e0e576ed9e08ce72
This commit is contained in:
Jamie Liu
2019-01-07 15:05:10 -08:00
committed by Shentubot
parent 4a4cc7dc37
commit e44cb43b9c
+1 -1
View File
@@ -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")