Set SYNAPSE_CACHE_FACTOR=1 in jenkins

This commit is contained in:
Erik Johnston 2016-03-02 14:30:50 +00:00
parent dda2058d90
commit 27185de752

View File

@ -3,6 +3,7 @@
: ${WORKSPACE:="$(pwd)"}
export PYTHONDONTWRITEBYTECODE=yep
export SYNAPSE_CACHE_FACTOR=1
# Output test results as junit xml
export TRIAL_FLAGS="--reporter=subunit"