mirror of
https://github.com/vale981/lack
synced 2025-03-05 09:21:39 -05:00
Fix a test of lack.session.store.redis.
This commit is contained in:
parent
9ff8959571
commit
54a1a8f7ea
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
(is body '("Hello, 深町英太郎! You've been here for 4th times!")
|
||||
"Reset the expiration when accessed"))
|
||||
|
||||
(sleep 3)
|
||||
(sleep 3.5)
|
||||
|
||||
(let ((body (nth 2 (funcall app (generate-env "/" :cookies `(("lack.session" . ,session)))))))
|
||||
(is body '("Hello, 深町英太郎! You've been here for 1th times!")
|
||||
|
|
Loading…
Add table
Reference in a new issue