Commit 9f71b31e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Make the test timeout more bearable

parent 25698d34
...@@ -100,7 +100,7 @@ static inline void catch (void) ...@@ -100,7 +100,7 @@ static inline void catch (void)
static inline void test_init (void) static inline void test_init (void)
{ {
(void)test_default_sample; /* This one may not be used */ (void)test_default_sample; /* This one may not be used */
alarm (50); /* Make sure "make check" does not get stuck */ alarm (10); /* Make sure "make check" does not get stuck */
} }
#endif /* TEST_H */ #endif /* TEST_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment