Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
01c7d3ef
Commit
01c7d3ef
authored
Sep 23, 2017
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60.
Per buildfarm member topminnow.
parent
0c5803b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/test/recovery/t/013_crash_restart.pl
src/test/recovery/t/013_crash_restart.pl
+3
-3
No files found.
src/test/recovery/t/013_crash_restart.pl
View file @
01c7d3ef
...
...
@@ -29,9 +29,9 @@ else
# To avoid hanging while expecting some specific input from a psql
# instance being driven by us, add a timeout high enough that it
# should never trigger
in a normal run, but low enough to actually see
#
failures in a realistic amount of time
.
my
$psql_timeout
=
IPC::Run::
timer
(
1
0
);
# should never trigger
even on very slow machines, unless something
#
is really wrong
.
my
$psql_timeout
=
IPC::Run::
timer
(
6
0
);
my
$node
=
get_new_node
('
master
');
$node
->
init
(
allows_streaming
=>
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment