Index: tests/concurrent/channels/big_elems.cfa
===================================================================
--- tests/concurrent/channels/big_elems.cfa	(revision 73e3a8f983977c5dd5c5796ed3d7466f1401c1f0)
+++ tests/concurrent/channels/big_elems.cfa	(revision 73e3a8f983977c5dd5c5796ed3d7466f1401c1f0)
@@ -0,0 +1,8 @@
+#define BIG 1
+#include "parallel_harness.cfa"
+
+size_t Processors = 10, Channels = 10, Producers = 40, Consumers = 40, ChannelSize = 128;
+
+int main() {
+    test(Processors, Channels, Producers, Consumers, ChannelSize);
+}
