Browse Source

test/persist: bump sleep to 5 for bound ports release

pull/426/head
Ethan Buchman 7 years ago
parent
commit
d58a666445
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/persist/test_failure_indices.sh
  2. +0
    -0
      test/test.sh

+ 1
- 1
test/persist/test_failure_indices.sh View File

@ -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


+ 0
- 0
test/test.sh View File


Loading…
Cancel
Save