diff options
author | Michael Pratt <mpratt@google.com> | 2019-10-02 15:43:02 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-02 15:44:20 -0700 |
commit | 0bf8e90719e96f7d6f4f510889a298e80374bde2 (patch) | |
tree | 25103024a050a7180b3bb1929eaa3d8906acb9f6 /test/syscalls/BUILD | |
parent | cde771183754f74b1e43f76ee2a3f227c15d39bd (diff) |
Increase itimer test timeout
https://github.com/google/gvisor/commit/dd69b49ed1103bab82a6b2ac95221b89b46f3376
makes this test take longer.
PiperOrigin-RevId: 272535892
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 341e6b252..5a3c0896c 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -185,7 +185,7 @@ syscall_test( ) syscall_test( - size = "medium", + size = "large", shard_count = 5, test = "//test/syscalls/linux:itimer_test", ) |