Still flaky. Try more.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=44
This commit is contained in:
Adam Majer 2018-03-20 09:28:07 +00:00 committed by Git OBS Bridge
parent 989cd53bd5
commit 4a91879046

View File

@ -5,7 +5,7 @@
to_finish = time(NULL);
reap_server(); /* hopefully it's hung. */
- ONN("timeout ignored, or very slow machine", to_finish - to_start > 3);
+ ONN("timeout ignored, or very slow machine", to_finish - to_start > 6);
+ ONN("timeout ignored, or very slow machine", to_finish - to_start > 10);
ONN("close failed", ne_sock_close(sock));
return OK;
}