Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_others.py timeout #143

Open
erikyao opened this issue Mar 14, 2022 · 1 comment
Open

test_others.py timeout #143

erikyao opened this issue Mar 14, 2022 · 1 comment
Assignees

Comments

@erikyao
Copy link
Contributor

erikyao commented Mar 14, 2022

When running with es.biothings.io:9200, test_others.py will fail on

query?q=_exists_:gnomad_genome&size=0&assembly=hg38

The root cause is ES search timeout. The original configuration is in config_web.py:

# ES_HOST = 'es.biothings.io:9200'
ES_ARGS = {
    'timeout': 120,
}

With local experiments on su09, a reasonable setting should be >190 seconds.

@erikyao
Copy link
Contributor Author

erikyao commented Mar 14, 2022

Fixed in commit b3d4b84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants