From 117e294ec6bbaa4fd6ce2a2d3500b6657fa137d9 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 27 May 2017 21:59:44 -0500 Subject: [PATCH] Set asynSoftTest plan --- src/std/rec/test/asyncSoftTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/std/rec/test/asyncSoftTest.c b/src/std/rec/test/asyncSoftTest.c index 38b26c137..7b494a349 100644 --- a/src/std/rec/test/asyncSoftTest.c +++ b/src/std/rec/test/asyncSoftTest.c @@ -160,7 +160,7 @@ MAIN(asyncSoftTest) { dbCommon *async; - testPlan(0); + testPlan(128); testdbPrepare(); testdbReadDatabase("recTestIoc.dbd", NULL, NULL);