[Asterisk-code-review] confbridge waitmarked kick: reactor times out too soon (testsuite[master])

Kevin Harwell asteriskteam at digium.com
Wed Dec 16 16:35:06 CST 2015


Kevin Harwell has uploaded a new change for review.

  https://gerrit.asterisk.org/1830

Change subject: confbridge_waitmarked_kick: reactor times out too soon
......................................................................

confbridge_waitmarked_kick: reactor times out too soon

This test failed once and it appears simply to be due to the reactor timing
out. At various points during the AppTest it resets/extends the timeout value.
It is possible on slower systems that the timeout is reached before it can
be extended. This patch increases the test's reactor timeout.

Change-Id: Iab55d34645d3e0039b33945ebe5029111075af74
---
M tests/apps/confbridge/confbridge_waitmarked_kick/test-config.yaml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/30/1830/1

diff --git a/tests/apps/confbridge/confbridge_waitmarked_kick/test-config.yaml b/tests/apps/confbridge/confbridge_waitmarked_kick/test-config.yaml
index 0e59d41..27ede46 100644
--- a/tests/apps/confbridge/confbridge_waitmarked_kick/test-config.yaml
+++ b/tests/apps/confbridge/confbridge_waitmarked_kick/test-config.yaml
@@ -16,6 +16,7 @@
         typename: 'apptest.AppTest'
 
 test-object-config:
+  reactor-timeout: '50'
   app: 'ConfBridge'
   scenarios:
     -

-- 
To view, visit https://gerrit.asterisk.org/1830
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iab55d34645d3e0039b33945ebe5029111075af74
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>



More information about the asterisk-code-review mailing list