SHA256
1
0
forked from pool/neon

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:
2018-03-20 08:31:20 +00:00
committed by Git OBS Bridge
parent 100223c779
commit 17d1f79171
3 changed files with 23 additions and 2 deletions

View 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;
}