Моя окружающая среда:
- OS X 10,5
- Xcode 3.1.4
- рвм 0,1,38
- ruby 1.8.9-p399 (через rvm)
- рельсы 2.3.8
Я начал получать эту ошибку, когда rake пытается запустить мои тесты:
bash$ rake
Virtual timer expired
bash$ # End of output!
И с включенной трассировкой:
bash$ rake --trace
** Invoke default (first_time)
** Invoke test (first_time)
** Execute test
** Invoke test:units (first_time)
** Invoke db:test:prepare (first_time)
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:abort_if_pending_migrations
** Execute db:test:prepare
** Invoke db:test:load (first_time)
** Invoke db:test:purge (first_time)
** Invoke environment
** Execute db:test:purge
** Execute db:test:load
** Invoke db:schema:load (first_time)
** Invoke environment
** Execute db:schema:load
Virtual timer expired
bash$