GBP: redirect contracts
[vpp.git] / test / test_sctp.py
index f77b9dc..e4f0bd9 100644 (file)
@@ -68,10 +68,11 @@ class TestSCTP(VppTestCase):
             self.logger.critical(error)
             self.assertEqual(error.find("failed"), -1)
 
-        error = self.vapi.cli("test echo client mbytes 1" +
+        error = self.vapi.cli("test echo client mbytes 10" +
                               " appns 1" +
                               " fifo-size 4" +
                               " no-output test-bytes syn-timeout 3" +
+                              " test-timeout 30" +
                               " uri " + uri)
         if error:
             self.logger.critical(error)