This PR is an attempt to fix flaky translations. As the failure is random, hard to reproduce and origins from a third-party package, we decided to use travis_retry to avoid spending too much time on this.
This also adds delay to test_infinite_submissions.
This PR is an attempt to fix flaky translations. As the failure is random, hard to reproduce and origins from a third-party package, we decided to use
travis_retry
to avoid spending too much time on this.This also adds delay to
test_infinite_submissions
.