Commit fa0dbbec3a7f62ecea343cf706e4601a01c38e46

Authored by Rodrigo Souto
1 parent f484548b

Setting default timeout for sqlite database on test environment

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/database.yml.sqlite3
... ... @@ -6,6 +6,7 @@ development:
6 6 test: &TEST
7 7 adapter: sqlite3
8 8 database: db/test.db
  9 + timeout: 2000
9 10  
10 11 production:
11 12 adapter: sqlite3
... ...