Skip to content

Commit

Permalink
Add small wait
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 13, 2022
1 parent 22f0ee5 commit eef754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/tests/io/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,5 @@ def test_cache_ttl(to_disk):
OFFSET.clear()
fn = cache(function_with_args, ttl=0.1, to_disk=to_disk)
assert fn(0, 0) == 0
time.sleep(0.1)
time.sleep(0.11)
assert fn(0, 0) == 1

0 comments on commit eef754d

Please sign in to comment.