Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 62800c1

Browse files
kvapkelvich
authored andcommitted
Switch back to 1000 iterations during dtmbench tap test.
1 parent abc2e7a commit 62800c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/002_dtmbench.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ sub allocate_ports
100100
{
101101
push(@argv, '-c', $node->connstr('postgres'));
102102
}
103-
push(@argv, '-n', 10, '-a', 1000, '-w', 10, '-r', 1);
103+
push(@argv, '-n', 1000, '-a', 1000, '-w', 10, '-r', 1);
104104

105105
diag("running dtmbench -i");
106106
if (TestLib::run_log([@argv, '-i']))

0 commit comments

Comments
 (0)