More tweak regression test 077.invalid_failover_node/test.sh script.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 25 Feb 2022 23:19:34 +0000 (08:19 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 25 Feb 2022 23:19:34 +0000 (08:19 +0900)
Build farm complained that failover on node 1 did not complete with 20
seconds.  Let's increase it to 30 seconds before timeout and see what
build farm says.

src/test/regression/tests/077.invalid_failover_node/test.sh

index 8bdc33216b01f65648a6d6ee37f4bea41252a315..76c5364b31802df5db31ba44e4b65cb9c932bc6a 100755 (executable)
@@ -75,7 +75,7 @@ date
 
 echo === make sure that node 1 is now down ===
 ok=ng
-for i in 1 2 3 4 5 6 7 8 9 10
+for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 do
     $PCP_NODE_INFO -w -p $PCP_PORT 1|grep "down down"
     if [ $? -eq 0 ];then