From 0bf8e90719e96f7d6f4f510889a298e80374bde2 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Wed, 2 Oct 2019 15:43:02 -0700 Subject: [PATCH] Increase itimer test timeout https://github.com/google/gvisor/commit/dd69b49ed1103bab82a6b2ac95221b89b46f3376 makes this test take longer. PiperOrigin-RevId: 272535892 --- test/syscalls/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )