Explorar o código

Merge pull request #7122 from jamienoss/issue13244-memcached-expiration-test-timing-too-short

HPCC-13244 Memcached expiration test timing too short

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday %!s(int64=10) %!d(string=hai) anos
pai
achega
8d19f4473c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      testing/regress/ecl/memcachedtest.ecl

+ 1 - 1
testing/regress/ecl/memcachedtest.ecl

@@ -87,6 +87,6 @@ SEQUENTIAL(
     memcached.Exists('testExpire', servers);
     Std.System.Debug.Sleep(9 * 1000);
     memcached.Exists('testExpire', servers);
-    Std.System.Debug.Sleep(1 * 1000);
+    Std.System.Debug.Sleep(2 * 1000);
     memcached.Exists('testExpire', servers);
     );