@@ -141,7 +141,7 @@ tc1_basic_idle_close (CORBA::ORB_ptr orb, Test::Echo_ptr echo, Test::Echo_ptr ec
141141 bool ok = true ;
142142
143143 // --- Step 1: establish a transport ---
144- ok &= echo->ping (0 , 2 , echo2, 0 , 2 , 1 );
144+ ok &= echo->ping (0 , 1 , echo2, 0 , 2 , 1 );
145145
146146 ok &= check (" TC-1 after ping (expect 1)" , cache_size (orb), 1 );
147147
@@ -159,7 +159,7 @@ tc1_basic_idle_close (CORBA::ORB_ptr orb, Test::Echo_ptr echo, Test::Echo_ptr ec
159159
160160 // Make another call, but let wait sleep_sec after the ping to the second server,
161161 // which means the call takes longer as the idle time.
162- ok &= echo->ping (0 , 2 , echo2, sleep_sec, 0 , 0 );
162+ ok &= echo->ping (0 , 1 , echo2, sleep_sec, 0 , 0 );
163163
164164 ok &= check (" TC-1 after ping longer as timeout (expect 1)" , cache_size (orb), 1 );
165165
@@ -186,7 +186,7 @@ tc2_reconnect (CORBA::ORB_ptr orb, Test::Echo_ptr echo, Test::Echo_ptr echo2)
186186
187187 // A new ping must succeed without TRANSIENT even though TC-1 caused the
188188 // server to close the connection. TAO's reconnect logic handles this.
189- ok &= echo->ping (0 , 2 , echo2, 0 , 2 , 1 );
189+ ok &= echo->ping (0 , 1 , echo2, 0 , 2 , 1 );
190190
191191 ok &= check (" TC-2 after reconnect ping (expect 1)" , cache_size (orb), 1 );
192192
0 commit comments