Skip to content

Commit e3dafec

Browse files
committed
[ci]: Set shutting down timeout to 600 seconds.
1 parent 0e880e6 commit e3dafec

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)