]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Sensitivity fix. On slow machines (s390x z900) need to sleep longer.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 10 Sep 2011 18:28:57 +0000 (18:28 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 10 Sep 2011 18:28:57 +0000 (18:28 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12027

none/tests/tls.c

index a556db3d95a1992b96c6647b23d83c08b4860a89..88722dcd9bae32251e5fcb72970752fa24b5c95c 100644 (file)
@@ -40,7 +40,7 @@ static int *test_so_extern(void)
        return &so_extern;
 }
 
-static const struct timespec awhile = { 0, 100000000 };
+static const struct timespec awhile = { 0, 200000000 };
 
 typedef int *(*func_t)(void);
 struct testcase {