From a3551b0a34b02fcdb0f339b3bdb16b31c47dc1a3 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Sat, 30 Jul 2011 15:57:23 -0400
Subject: digital: cut down number of samples in constellation_receiver QA code
 to make shorter test time.

---
 gr-digital/python/qa_constellation_receiver.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-digital/python/qa_constellation_receiver.py')

diff --git a/gr-digital/python/qa_constellation_receiver.py b/gr-digital/python/qa_constellation_receiver.py
index cb4a0c10e7..79dded8ba3 100755
--- a/gr-digital/python/qa_constellation_receiver.py
+++ b/gr-digital/python/qa_constellation_receiver.py
@@ -37,7 +37,7 @@ random.seed(1239)
 # TESTING PARAMETERS
 # The number of symbols to test with.
 # We need this many to let the frequency recovery block converge.
-DATA_LENGTH = 200000
+DATA_LENGTH = 10000
 # Test fails if fraction of output that is correct is less than this.
 REQ_CORRECT = 0.8
 
-- 
cgit v1.2.3