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

Commit 9484fa0

Browse files
committed
less clients in 002_cross.pl to pass on systems with low semaphore count
1 parent 6dda93b commit 9484fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/002_cross.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Cwd;
99

1010
my $nnodes = 2;
11-
my $nclients = 5;
11+
my $nclients = 2;
1212
my $nkeys = $nnodes * $nclients;
1313
my $cluster = new Cluster($nnodes);
1414

0 commit comments

Comments
 (0)