From d58a666445b7d24d6ca95f8956267860ace0e010 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Mon, 6 Mar 2017 00:32:15 -0500 Subject: [PATCH] test/persist: bump sleep to 5 for bound ports release --- test/persist/test_failure_indices.sh | 2 +- test/test.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 test/test.sh diff --git a/test/persist/test_failure_indices.sh b/test/persist/test_failure_indices.sh index 0d0b3b2b7..42a76cb83 100644 --- a/test/persist/test_failure_indices.sh +++ b/test/persist/test_failure_indices.sh @@ -49,7 +49,7 @@ function kill_procs(){ wait_for_port 46657 # XXX: sometimes the port is still bound :( - sleep 2 + sleep 5 } # wait for port to be available diff --git a/test/test.sh b/test/test.sh old mode 100644 new mode 100755