Skip to content

Commit

Permalink
Bump app tests timeout to 15 minutes
Browse files Browse the repository at this point in the history
(See #4691)

(cherry picked from commit 5f4fa6b)
  • Loading branch information
eloquence committed Oct 10, 2019
1 parent cbb1429 commit 124af9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
export TESTFILES=$(cd securedrop; circleci tests glob 'tests/test*py' 'tests/**/test*py' |circleci tests split --split-by=timings |xargs echo)
fromtag=$(docker images |grep securedrop-test-xenial-py3 |head -n1 |awk '{print $2}')
DOCKER_BUILD_ARGUMENTS="--cache-from securedrop-test-xenial-py3:${fromtag:-latest}" make test
no_output_timeout: 15m

- store_test_results:
path: ~/project/test-results
Expand Down

0 comments on commit 124af9d

Please sign in to comment.