From bcc02dc4019b6d4afd744bc06e6764687a7af8b5 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 14 Feb 2016 12:42:14 +0100 Subject: test: use milliseconds for re_main_timeout value --- test/ua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ua.c') diff --git a/test/ua.c b/test/ua.c index e5cc382..c039705 100644 --- a/test/ua.c +++ b/test/ua.c @@ -75,7 +75,7 @@ static int reg(enum sip_transp tp) goto out; /* run main-loop with timeout, wait for events */ - err = re_main_timeout(5); + err = re_main_timeout(5000); if (err) goto out; -- cgit v1.2.3