From e8841d3390d61e28b5e2c4f954ac5f949dd841e8 Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Wed, 1 Oct 2014 20:12:56 +0200 Subject: [PATCH] Change from 10 to 0.5 second timeout in OOB testing. If we have not received the data we are sending to ourselves in .5 seconds it is higly unlikely we will get it any time in the next 9.5 seconds. --- src/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure.in b/src/configure.in index 73a07f93c8..6036e8297c 100644 --- a/src/configure.in +++ b/src/configure.in @@ -7083,7 +7083,7 @@ int main(int argc, char **argv) while(1) { - if(!poll(pollset, 2, 10000)) + if(!poll(pollset, 2, 500)) { fprintf(output,sent>1 ? "WORKS_A_LITTLE\n" : "TIMEOUT\n"); exit(0); -- GitLab