From e48845c3468498156def1259b2c43fac453ba4fc Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 11 Jan 2022 07:13:31 +0100 Subject: [PATCH] avod sync_test timeouts on arm64 (#28492) --- test/core/gpr/sync_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/gpr/sync_test.cc b/test/core/gpr/sync_test.cc index b38180d0369..5c7282582b8 100644 --- a/test/core/gpr/sync_test.cc +++ b/test/core/gpr/sync_test.cc @@ -240,7 +240,7 @@ static void mark_thread_done(struct test* m) { */ static void test(const char* name, void (*body)(void* m), void (*extra)(void* m), int timeout_s, int incr_step) { - int64_t iterations = 256; + int64_t iterations = 8; struct test* m; gpr_timespec start = gpr_now(GPR_CLOCK_REALTIME); gpr_timespec time_taken;