diff options
author | drebs <drebs@leap.se> | 2017-04-26 13:22:26 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-07 21:25:12 +0200 |
commit | 7b4e34edac12f94d05ace60bafc3cf753b77c3d3 (patch) | |
tree | cd8e6418644adff5877c6d0c9b1a587f0a8c3b3c | |
parent | 68427e073c3846f8da8b07cae986859228c0b614 (diff) |
[benchmarks] Cherry pick tuned adbapi parameters before running tests.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e19ba5d5..16106986 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,6 +79,8 @@ benchmark: - git remote add leap https://leap.se/git/soledad - git fetch leap - git checkout leap/master testing/tox.ini testing/tests/benchmarks/conftest.py testing/tests/conftest.py + # ensure larger timeout and more retries for async/concurrent sqlcipher access + - git cherry-pick a052c150ae1276f643e3b6e049e45571fe1a7b70 - git status - git show -s --pretty=fuller - cd testing |