avod sync_test timeouts on arm64 (#28492)

pull/28526/head
Jan Tattermusch 3 years ago committed by GitHub
parent d884a7a440
commit e48845c346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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;

Loading…
Cancel
Save