Closed joehybird closed 4 years ago
I will merge these changes, I see a little issue in my build https://travis-ci.org/shtalinberg/django-el-pagination/builds/645495523
@shtalinberg Yes, integration may randomly fail (and the CI config expects it) depending of the execution delays and seems to affect django 1.11 only.
I guess this is caused by a little change to speed up tests in the waiting delay for WebDriverWait
: 5 secs instead of 10
https://github.com/shtalinberg/django-el-pagination/blob/fd0666f707823732fe510bb7393e0d336283e75b/el_pagination/tests/integration/__init__.py#L37
Feel free to rollback these change :smile:
Oh, I forgot, a release soon will be great ! :smile:
You can see CI build here https://travis-ci.com/joehybird/django-el-pagination/builds/147217383 (seems disabled on your repository).