Add nap time after failover.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 22 Jun 2018 05:37:25 +0000 (14:37 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 22 Jun 2018 05:37:25 +0000 (14:37 +0900)
This should make the test failure less frequent.

src/test/regression/tests/055.backend_all_down/test.sh

index 565c59ad2766f548bdfefa376e513137a337252a..66e8ebcae527cd140773ef7cd64f337e477d95a7 100755 (executable)
@@ -46,6 +46,8 @@ do
        sleep 1
 done
 
+sleep 5
+
 # if that's the case, shutdownall will hang.
 (./shutdownall)&
 sleep 5