Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
- Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Tarnstrom committed Jul 1, 2011
1 parent c01055f commit bb80f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Expand Up @@ -142,7 +142,7 @@ def query(s):
gevent.joinall([ch1, ch2, ch3])

end = time.time()
self.assertAlmostEqual(3.0, end - start, places = 2)
self.assertAlmostEqual(3.0, end - start, places = 0)

def testConnectTimeout(self):
cnn = amysql.Connection()
Expand Down

0 comments on commit bb80f38

Please sign in to comment.