Timeout Errors- Rails 2.3.2 and Restful Authentication

Maybe I’m missing something…I’ve started getting timeout errors due to
“perform_delivery_smtp”. I’ve checked environment.rb and test.rb, and
they
look fine. Any ideas why these tests are trying to send actual messages
and
timing out? Needless to say, with timeout errors things run really
slow…

Timeout::Error in ‘User being unsuspended reverts to active state’
execution expired
/Library/Ruby/Gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/base.rb:681:in
perform_delivery_smtp' /Library/Ruby/Gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/base.rb:523:insend
/Library/Ruby/Gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/base.rb:523:in
deliver!' /Library/Ruby/Gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/base.rb:395:inmethod_missing’
/Users/vanweerd/work2/innerplate/app/models/user_observer.rb:8:in
after_save' ... /Users/vanweerd/work2/innerplate/vendor/plugins/acts_as_state_machine/lib/acts_as_state_machine.rb:201:inunsuspend!’
./spec/models/user_spec.rb:267:

Thanks,
Nick