summaryrefslogtreecommitdiff
path: root/t/lib
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2020-03-10 16:43:16 -0700
committerdormando <dormando@rydia.net>2020-03-10 16:43:16 -0700
commit12e7295f7764ededae5b8760bc6d31fad900c2fb (patch)
treeddece39193ead15a4c847cd164ddf515f20ef22e /t/lib
parentb9c827c9d30fc266246d8340afb2d3ef0a1fbbb9 (diff)
downloadmemcached-12e7295f7764ededae5b8760bc6d31fad900c2fb.tar.gz
tests: wait a lot longer to connect to memcached
travis tests are absolutely glacial, causes this to be flaky.
Diffstat (limited to 't/lib')
-rw-r--r--t/lib/MemcachedTest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/MemcachedTest.pm b/t/lib/MemcachedTest.pm
index ad3402a..c69a12a 100644
--- a/t/lib/MemcachedTest.pm
+++ b/t/lib/MemcachedTest.pm
@@ -314,7 +314,7 @@ sub new_memcached {
# try to connect / find open port, only if we're not using unix domain
# sockets
- for (1..20) {
+ for (1..80) {
my $conn;
if ($ssl_enabled) {
$conn = eval qq{ IO::Socket::SSL->new(PeerAddr => "127.0.0.1:$port",