X Tutup
Skip to content

Commit b5875a3

Browse files
committed
increase timing for repeatedly failing travis test
1 parent 139cbc6 commit b5875a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_jobqueue.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ def test_error(self):
104104

105105
def test_inUpdater(self):
106106
u = Updater(bot="MockBot", job_queue_tick_interval=0.005)
107-
u.job_queue.put(self.job1, 0.1)
108-
sleep(0.15)
107+
u.job_queue.put(self.job1, 0.11)
108+
sleep(0.2)
109109
self.assertEqual(1, self.result)
110110
u.stop()
111111
sleep(0.4)

0 commit comments

Comments
 (0)
X Tutup