SCTP: DATA chunk padding fix and hardening
[vpp.git] / test / test_sctp.py
index 4d04aa0..e4f0bd9 100644 (file)
@@ -72,6 +72,7 @@ class TestSCTP(VppTestCase):
                               " appns 1" +
                               " fifo-size 4" +
                               " no-output test-bytes syn-timeout 3" +
+                              " test-timeout 30" +
                               " uri " + uri)
         if error:
             self.logger.critical(error)