Commit 18c3ec6a authored by Youness Alaoui's avatar Youness Alaoui

Increase test-bind timeout to 20 seconds since it was 10 and it took more than...

Increase test-bind timeout to 20 seconds since it was 10 and it took more than 9 seconds for the test.. so it would fail on some slower systems
parent 00521622
...@@ -435,7 +435,7 @@ static void keepalive (void) ...@@ -435,7 +435,7 @@ static void keepalive (void)
static void test (void (*func) (void), const char *name) static void test (void (*func) (void), const char *name)
{ {
alarm (10); alarm (20);
printf ("%s test... ", name); printf ("%s test... ", name);
func (); func ();
......
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