aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-02-28 10:17:55 -0800
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-02-28 10:17:55 -0800
commit0c84e3c4e68ba9c480074387fadf40fb9b8da873 (patch)
treea2c5270374f1386b2d92695c5bb1fac14e869a90 /test/core
parent4251ba4045b63ed1d863b99855968f08ebd0d46c (diff)
parentbf01d4f69cedd80ed5668c7f41540d7b5365134c (diff)
Merge pull request #886 from ctiller/asan2
Omit some tests, speed up others, prepare for ASAN
Diffstat (limited to 'test/core')
-rw-r--r--test/core/transport/chttp2/stream_map_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/transport/chttp2/stream_map_test.c b/test/core/transport/chttp2/stream_map_test.c
index 6b91bdf14f..d678e0af73 100644
--- a/test/core/transport/chttp2/stream_map_test.c
+++ b/test/core/transport/chttp2/stream_map_test.c
@@ -213,7 +213,7 @@ int main(int argc, char **argv) {
test_empty_find();
test_double_deletion();
- while (n < 10000000) {
+ while (n < 100000) {
test_basic_add_find(n);
test_delete_evens_sweep(n);
test_delete_evens_incremental(n);