mirror of
https://github.com/ankitects/anki.git
synced 2025-12-11 05:46:55 -05:00
add an extra second so slow CI server doesn't fail
This commit is contained in:
parent
d81c725b46
commit
158ce7bc01
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ def test_learn():
|
|||
d.sched.answerCard(c, 3)
|
||||
# it should by due in 3 minutes
|
||||
dueIn = c.due - time.time()
|
||||
assert 179 <= dueIn <= 180 * 1.25
|
||||
assert 178 <= dueIn <= 180 * 1.25
|
||||
assert c.left % 1000 == 2
|
||||
assert c.left // 1000 == 2
|
||||
# check log is accurate
|
||||
|
|
|
|||
Loading…
Reference in a new issue