Commit
fa0dbbec3a7f62ecea343cf706e4601a01c38e46
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
Setting default timeout for sqlite database on test environment
| @@ -6,6 +6,7 @@ development: |
| @@ -6,6 +6,7 @@ development: |
6
| test: &TEST |
6
| test: &TEST |
7
| adapter: sqlite3 |
7
| adapter: sqlite3 |
8
| database: db/test.db |
8
| database: db/test.db |
| |
9
| + timeout: 2000 |
9
| |
10
| |
10
| production: |
11
| production: |
11
| adapter: sqlite3 |
12
| adapter: sqlite3 |