maxcountryman / tower-sessions-stores

🚃 Previously bundled session stores for `tower-sessions`.
https://github.com/maxcountryman/tower-sessions
MIT License
22 stars 7 forks source link

tests: session expiration test #29

Closed arcstur closed 2 months ago

arcstur commented 2 months ago

creates a session with expiration of 1 second and waits 1.1 seconds before checking its value

I tested on the non-docker stores, let's see if the CI test passes on the ones with docker

maxcountryman commented 2 months ago

Seems like this is passing.