Skip to content

Commit

Permalink
Merge pull request #6 from sebastic/netcat-startup
Browse files Browse the repository at this point in the history
Increase sleep to allow netcat to start.
  • Loading branch information
sni committed Jan 16, 2017
2 parents 64c21c4 + 4690a96 commit 4af6d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/23-Monitoring-Livestatus-BigData.t
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ok($mem_start, sprintf('memory at start: %.2f MB', $mem_start/1024));
##########################################################
# start netcat
`netcat -vvv -w 3 -l -p $testport >/dev/null 2>&1 < $testfile &`;
sleep(0.1);
sleep(1);
ok(1, "netcat started");

##########################################################
Expand Down

0 comments on commit 4af6d07

Please sign in to comment.