Commit
5e8fe31ae04120c4d688ecca451ead87f7b26ff8
Exists in
master
and in
23 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, merge_deactive_and_ban, news_page, script_to_update, stable, template_mirror_block, tests, tests_fixies
Suggest a 500 miliseconds timeout
This avoids `database is locked (SQLite3::BusyException)` errors when
running ./script/development with SQLite3
|
1
| development: |
1
| development: |
|
2
| adapter: sqlite3 |
2
| adapter: sqlite3 |
|
3
| database: db/development.db |
3
| database: db/development.db |
|
| |
4
| + timeout: 500 |
|
4
| |
5
| |
|
5
| test: &TEST |
6
| test: &TEST |
|
6
| adapter: sqlite3 |
7
| adapter: sqlite3 |