Accepting request 588667 from home:mstrigl:branches:devel:libraries:c_c++
- fixed flaky timeout tests for ppc64le (bsc#1085850) * fix_timeout_tests_for_ppc64le.patch OBS-URL: https://build.opensuse.org/request/show/588667 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=42
This commit is contained in:
11
fix_timeout_tests_for_ppc64le.patch
Normal file
11
fix_timeout_tests_for_ppc64le.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- test/socket.c.orig 2018-03-19 14:39:27.095824143 +0100
|
||||
+++ test/socket.c 2018-03-19 15:14:52.733528116 +0100
|
||||
@@ -835,7 +835,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("close failed", ne_sock_close(sock));
|
||||
return OK;
|
||||
}
|
Reference in New Issue
Block a user