websupport-sk / pecl-memcache

PHP Extension - Memcache module with support of newer PHP 7.x and PHP 8.x
https://pecl.php.net/package/memcache
Other
328 stars 101 forks source link

056.phpt - decrease minimum timeout #108

Open bof opened 1 year ago

bof commented 1 year ago

The microtime delta tests for "> 0.1" failed on my machine, with times actually 0.004 and similar. This changes them all to "> 0.001", making the test no longer FAIL on me.

(sorry for misguided #107; using git too rarely I forgot to first branch my fork)