summaryrefslogtreecommitdiff
path: root/test/call.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-03-29 22:09:16 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-03-29 22:09:16 +0200
commit6297d5c1a62bd9042cb825a2af0ced23013d429d (patch)
treebe2f69811401efa234b9f655a47ab6db36afacdc /test/call.c
parent01116a34b60191e97831860a96be81fafc5026ec (diff)
test: shorter packet time and longer timeout
Diffstat (limited to 'test/call.c')
-rw-r--r--test/call.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/call.c b/test/call.c
index 2472afe..07db256 100644
--- a/test/call.c
+++ b/test/call.c
@@ -849,7 +849,7 @@ static int test_media_base(enum audio_mode txmode)
struct auplay *auplay = NULL;
int err = 0;
- fixture_init(f);
+ fixture_init_prm(f, ";ptime=1");
conf_config()->audio.txmode = txmode;
@@ -870,7 +870,7 @@ static int test_media_base(enum audio_mode txmode)
TEST_ERR(err);
/* run main-loop with timeout, wait for events */
- err = re_main_timeout(5000);
+ err = re_main_timeout(15000);
TEST_ERR(err);
TEST_ERR(fix.err);