Skip to content

Commit 1e765ff

Browse files
author
Oleg Ivanov
committed
Merge branch 'PGPROEE9_6_aqo' of https://git.postgrespro.ru/pgpro-dev/postgrespro into PGPROEE9_6_aqo
2 parents df6a6d0 + d5204cf commit 1e765ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/pg_regress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ stop_postmaster(void)
267267
fflush(stderr);
268268

269269
snprintf(buf, sizeof(buf),
270-
"\"%s%spg_ctl\" stop -D \"%s/data\" -s -m fast",
270+
"\"%s%spg_ctl\" stop -D \"%s/data\" -s -m fast -t 600",
271271
bindir ? bindir : "",
272272
bindir ? "/" : "",
273273
temp_instance);

0 commit comments

Comments
 (0)