summaryrefslogtreecommitdiff
path: root/test/ua.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ua.c')
-rw-r--r--test/ua.c2
1 files changed, 1 insertions, 1 deletions
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;