diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e161ce10..cb94a6024 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,7 @@ source_dist: # Run the tests from the source distribution, We run as a simple # user to test for permission issues - - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0"' + - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=20"' # Go back to the toplevel and collect our reports - cd ../.. @@ -137,7 +137,7 @@ tests-unix: - cd dist && ./unpack.sh && cd buildstream # Since the unix platform is required to run as root, no user change required - - python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0" + - python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=20" # Go back to the toplevel and collect our reports - cd ../.. |