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/test.h | |
parent | 7c8862398d184d8735b718145a75bb0dd5e650f0 (diff) |
test: use milliseconds for re_main_timeout value
Diffstat (limited to 'test/test.h')
-rw-r--r-- | test/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.h b/test/test.h index 8aedc00..fc90989 100644 --- a/test/test.h +++ b/test/test.h @@ -46,7 +46,7 @@ /* helpers */ -int re_main_timeout(uint32_t timeout); +int re_main_timeout(uint32_t timeout_ms); #ifdef USE_TLS |