diff options
author | Alfred E. Heggestad <aeh@db.org> | 2016-02-14 12:42:14 +0100 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2016-02-14 12:42:14 +0100 |
commit | bcc02dc4019b6d4afd744bc06e6764687a7af8b5 (patch) | |
tree | 51bf3253694c5058b252e5d29cd801f2edb431f9 /test/ua.c | |
parent | 7c8862398d184d8735b718145a75bb0dd5e650f0 (diff) |
test: use milliseconds for re_main_timeout value
Diffstat (limited to 'test/ua.c')
-rw-r--r-- | test/ua.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |