Navigation Menu

Skip to content

Commit

Permalink
Add delay for mock server cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Mar 14, 2012
1 parent c6ae34b commit 67ce390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/redis_mock.rb
Expand Up @@ -91,6 +91,7 @@ def redis_mock(replies = {})

ensure
server.shutdown
sleep 0.1 # Allow some time for cleanup
end
end
end
Expand Down

0 comments on commit 67ce390

Please sign in to comment.