diff options
author | Andrei Vagin <avagin@google.com> | 2019-08-20 11:58:35 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-08-20 12:00:20 -0700 |
commit | cf8a689be7fdb539bb789ebd52ce19432776f16d (patch) | |
tree | 2455f6aaaa91d9204d44f819498c2411f2022e10 /pkg/sentry | |
parent | 67d7864f839037c5188c2a9e7ec5e7b11a7672a2 (diff) |
tests: syscall_test_runner should not run tests in parallel
bazel runs a few instances of syscall_test_runner in parallel
and then syscall_test_runner runs test cases in parallel. It might
be a reason why we see that test hosts are overloaded and sandboxes
start slowly. It should be better to control how many tests are
running in parallel from one place, so let's try to disable this
feature in syscall_test_runner.
PiperOrigin-RevId: 264434674
Diffstat (limited to 'pkg/sentry')
0 files changed, 0 insertions, 0 deletions