Travis: default to HARNESS_JOBS=4

We can run tests in parallel by setting the HARNESS_JOBS environment
variable.

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/12326)
This commit is contained in:
Nicola Tuveri 2020-06-30 15:55:12 +03:00
parent a20c9075d6
commit af3e8c298a
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ before_script:
fi;
fi
- ./configdata.pm --dump
- export HARNESS_JOBS=${HARNESS_JOBS:-4}
- cd $top
script: