diff options
Diffstat (limited to 'contrib/pg_test_fsync/pg_test_fsync.c')
-rw-r--r-- | contrib/pg_test_fsync/pg_test_fsync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_test_fsync/pg_test_fsync.c b/contrib/pg_test_fsync/pg_test_fsync.c index ec4b90c7974..5ee03981a3b 100644 --- a/contrib/pg_test_fsync/pg_test_fsync.c +++ b/contrib/pg_test_fsync/pg_test_fsync.c @@ -60,7 +60,7 @@ do { \ static const char *progname; -static int secs_per_test = 2; +static int secs_per_test = 5; static int needs_unlink = 0; static char full_buf[XLOG_SEG_SIZE], *buf, |