|
From: <sv...@va...> - 2011-09-10 18:33:44
|
Author: florian
Date: 2011-09-10 19:28:57 +0100 (Sat, 10 Sep 2011)
New Revision: 12027
Log:
Sensitivity fix. On slow machines (s390x z900) need to sleep longer.
Modified:
trunk/none/tests/tls.c
Modified: trunk/none/tests/tls.c
===================================================================
--- trunk/none/tests/tls.c 2011-09-10 17:56:21 UTC (rev 12026)
+++ trunk/none/tests/tls.c 2011-09-10 18:28:57 UTC (rev 12027)
@@ -40,7 +40,7 @@
return &so_extern;
}
-static const struct timespec awhile = { 0, 100000000 };
+static const struct timespec awhile = { 0, 200000000 };
typedef int *(*func_t)(void);
struct testcase {
|