Skip to content

Commit 8fd59cc

Browse files
authored
Merge pull request #165 from oracle/tcp-mods
stress-ng-test: limit to 500 socket test
2 parents 79992f6 + 1f7c4b4 commit 8fd59cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/stress_ng_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ LOGFILE=$TESTLOG_LAST
2828

2929
SLEEPTIME=1
3030
TIMEOUT=30
31-
MAX_CONN=50
31+
MAX_CONN=500
3232

33-
for SOCKS in 10 1000; do
33+
for SOCKS in 10 $MAX_CONN ; do
3434
test_start "$0|stress-ng test, $SOCKS sockets"
3535

3636
test_setup true

0 commit comments

Comments
 (0)