diff options
author | Yang Gao <yangg@google.com> | 2017-01-31 21:19:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-31 21:19:26 -0800 |
commit | c9f9c1e95ba27bcb326a773aaac46a413820b53c (patch) | |
tree | 21a9c74a695ca2ceb2d83f4fd5d867adb4da4316 /templates | |
parent | 7b005f7fddb0ce158c55bb804fe5811a096f1ae0 (diff) | |
parent | ca7effcdff69baba8e52e4c83fe808491df60f36 (diff) |
Merge pull request #9364 from rjshade/sanitizer_slowdown
Replaces macros with methods for test timeout scaling
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Makefile.template | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template index 6f4db26f2b..10d7861f03 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -135,9 +135,6 @@ ${arg}_${name} = ${args.get(arg)} % endif % endfor - % if args.get('timeout_multiplier', 1) != 1: - DEFINES_${name} += GRPC_TEST_SLOWDOWN_BUILD_FACTOR=${args.timeout_multiplier} - % endif % endfor |