From b95257a23062f1c6af77e28bbabc314802a67f03 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 9 Apr 2017 21:10:55 -0400 Subject: [PATCH] build: Increase RACETIMEOUT Race tests in package sql are starting to exceed this limit (both in teamcity and on my laptop) Fixes #14735 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efe0fc7848ef..823ce01c5d45 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ TESTS := . BENCHES := FILES := TESTTIMEOUT := 3m -RACETIMEOUT := 10m +RACETIMEOUT := 15m BENCHTIMEOUT := 5m TESTFLAGS := STRESSFLAGS :=