Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2002-10-12 Roland McGrath <roland@redhat.com>
	* stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
	Some machines are slow.  Guido Guenther <agx@sigxcpu.org> has one.
  • Loading branch information
Roland McGrath committed Oct 12, 2002
1 parent 5b2c50a commit 2c577b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdio-common/tst-rndseek.c
Expand Up @@ -10,7 +10,7 @@ static char tempdata[65 * 1024];

static int do_test (void);
#define TEST_FUNCTION do_test ()
#define TIMEOUT 4
#define TIMEOUT 10

#include "../test-skeleton.c"

Expand Down

0 comments on commit 2c577b8

Please sign in to comment.