summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-02-16 10:32:08 -0500
committerPaul Moore <paul@paul-moore.com>2017-02-16 15:57:41 -0500
commit390b4b2f37b8790c3ba762578d5b610304fdb64d (patch)
treec6e8e3dc9443b2264b7444628fe3a637303a350f
parent5364bacf18b73a8a1c4d2d89b8bf50f752d53210 (diff)
downloadlibseccomp-390b4b2f37b8790c3ba762578d5b610304fdb64d.tar.gz
tests: limit fuzz testing on Travis CI to avoid timeouts
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3e5ee0d..9fd35c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ install:
# run all of the tests independently, fail if any of the tests error
script:
- - make check
+ - LIBSECCOMP_TSTCFG_STRESSCNT=5 make check
- LIBSECCOMP_TSTCFG_TYPE=live make -C tests check
# ubuntu 14.04 (trusty) clang has problems with the cython generated code
- make clean && ./configure && scan-build make