diff --git a/ci/regression.sh.in b/ci/regression.sh.in index f2ce1b17d..9827199bb 100755 --- a/ci/regression.sh.in +++ b/ci/regression.sh.in @@ -331,8 +331,8 @@ scope() { echo "begin scope tests..." - SCOPE_DEPTH=1024 ./ci/blackbox.sh --driver=opae --app=demo --args="-n1" --scope - SCOPE_DEPTH=1024 ./ci/blackbox.sh --driver=xrt --app=demo --args="-n1" --scope + SCOPE_DEPTH=256 ./ci/blackbox.sh --driver=opae --app=demo --args="-n1" --scope + SCOPE_DEPTH=256 ./ci/blackbox.sh --driver=xrt --app=demo --args="-n1" --scope echo "debugging scope done!" }