blob: 57d49cf49550411dce2b1747fe2eb69966ca8ac6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# DP: Description: we need a longer timeout for slow machines
# DP: Author: Guido Guenther <agx@sigxcpu.org>
# DP: Upstream status: In CVS
# DP: Date: 2002-10-16
--- libc/stdio-common/tst-rndseek.c.orig Wed Oct 16 17:02:06 2002
+++ libc/stdio-common/tst-rndseek.c Wed Oct 16 17:02:16 2002
@@ -10,7 +10,7 @@
static int do_test (void);
#define TEST_FUNCTION do_test ()
-#define TIMEOUT 4
+#define TIMEOUT 10
#include "../test-skeleton.c"
|