X Tutup
Skip to content

Commit 24b2bf3

Browse files
committed
Increase time for travis testing
1 parent fc3fa0f commit 24b2bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_jobqueue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class UpdaterTest(BaseTest, unittest.TestCase):
6262
"""
6363

6464
def setUp(self):
65-
self.jq = JobQueue("Bot", tick_interval=0.001)
65+
self.jq = JobQueue("Bot", tick_interval=0.005)
6666
self.result = 0
6767

6868
def tearDown(self):

0 commit comments

Comments
 (0)
X Tutup