summaryrefslogtreecommitdiffstats
path: root/plugins/tests/check_curl.t
diff options
context:
space:
mode:
authorSven Nierlein <sven@nierlein.de>2021-05-21 11:06:37 (GMT)
committerGitHub <noreply@github.com>2021-05-21 11:06:37 (GMT)
commit6946b546feb9635413932861c4256f0067846860 (patch)
tree8f2de1d6bb3359796685d2d3ca8c56ddfd4fc110 /plugins/tests/check_curl.t
parentf0ac7fcc7c40fab04c00fbbc8c091e89e77b0f74 (diff)
parentb428cc17f75682465e6f1e59b32fdec02b87ceac (diff)
downloadmonitoring-plugins-6946b546feb9635413932861c4256f0067846860.tar.gz
Merge pull request #1686 from monitoring-plugins/feature_github_actions
Migrate to GitHub actions
Diffstat (limited to 'plugins/tests/check_curl.t')
-rwxr-xr-xplugins/tests/check_curl.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/tests/check_curl.t b/plugins/tests/check_curl.t
index 0caad23..29cb03f 100755
--- a/plugins/tests/check_curl.t
+++ b/plugins/tests/check_curl.t
@@ -126,8 +126,6 @@ if ($pid) {
126 exit; 126 exit;
127 } 127 }
128 } 128 }
129 # give our webservers some time to startup
130 sleep(1);
131} else { 129} else {
132 # Child 130 # Child
133 #print "child\n"; 131 #print "child\n";
@@ -140,6 +138,9 @@ if ($pid) {
140 exit; 138 exit;
141} 139}
142 140
141# give our webservers some time to startup
142sleep(3);
143
143# Run the same server on http and https 144# Run the same server on http and https
144sub run_server { 145sub run_server {
145 my $d = shift; 146 my $d = shift;