nhibernate / NHibernate-Caches

NHibernate Cache Providers
http://nhibernate.info/
GNU Lesser General Public License v2.1
40 stars 31 forks source link

Cache expiration tests are flacky #148

Open hazzik opened 5 months ago

hazzik commented 5 months ago

I suspect that one second gap might be not enough.

So far these are the tests that often fail:

fredericDelaporte commented 4 months ago

One second gap is still already a lot, especially for tests running entirely locally, without actual network access involved.

I guess we could still try increasing it and run the test many time from the branch to see if it solves the issue.