Skip to content

Commit

Permalink
Added travis wait to Spark Integration Tests - Other
Browse files Browse the repository at this point in the history
  • Loading branch information
ayubshahab committed May 21, 2024
1 parent 245014d commit 1b70c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ jobs:
name: ws4
paths:
- coverage.*.xml
script:
- travis_wait 30 pytest --override-ini=python_files="${PYTEST_INCLUDE_GLOB}" --ignore-glob="${PYTEST_EXCLUDE_GLOB}" -m "${PYTEST_MARK_EXPRESSION}" -k "${PYTEST_MATCH_EXPRESSION}" --cov=usaspending_api --cov-report term --cov-report xml:coverage.$TRAVIS_JOB_INDEX.xml --reuse-db -r=fEs --numprocesses ${PYTEST_XDIST_NUMPROCESSES} --dist worksteal --verbosity=1 --durations 50
# Inherits "global" job phases defined below (e.g. before_install, install, before_script, script, etc.)
- name: Non-Spark Integration Tests
env:
Expand Down

0 comments on commit 1b70c06

Please sign in to comment.