projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2c2aaf
)
Sleep a bit to hopefully fix unstable test.
author
Joshua Roesslein
<jroesslein@gmail.com>
Thu, 15 Aug 2013 04:00:51 +0000
(21:00 -0700)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Thu, 15 Aug 2013 04:00:51 +0000
(21:00 -0700)
tests/test_api.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_api.py
b/tests/test_api.py
index d2344884d1864ee7177e1d276a86c467e7f2935f..adb4fee6009bc70c7f1ce20261349cc020c30dc4 100644
(file)
--- a/
tests/test_api.py
+++ b/
tests/test_api.py
@@
-268,6
+268,7
@@
class TweepyAPITests(unittest.TestCase):
self.assertEqual(l.name, params['slug'])
assert_list(self.api.add_list_member(**params))
+ sleep(3)
assert_list(self.api.remove_list_member(**params))
def testlistmembers(self):