Commit 5e8fe31ae04120c4d688ecca451ead87f7b26ff8

Authored by Antonio Terceiro
1 parent 93103d85

Suggest a 500 miliseconds timeout

This avoids `database is locked (SQLite3::BusyException)` errors when
running ./script/development with SQLite3
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/database.yml.sqlite3
1 1 development:
2 2 adapter: sqlite3
3 3 database: db/development.db
  4 + timeout: 500
4 5  
5 6 test: &TEST
6 7 adapter: sqlite3
... ...