test/rails_app/config/database.yml in stepper-0.1.0 vs test/rails_app/config/database.yml in stepper-0.2.0
- old
+ new
@@ -5,9 +5,10 @@
timeout: 5000
test:
adapter: sqlite3
database: ":memory:"
+ timeout: 500
production:
adapter: sqlite3
database: ":memory:"