projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5849bbb
)
Increase osm health check default timeout
59/6559/1
author
Mike Marchetti
<mmarchetti@sandvine.com>
Tue, 25 Sep 2018 16:09:51 +0000
(12:09 -0400)
committer
Mike Marchetti
<mmarchetti@sandvine.com>
Tue, 25 Sep 2018 16:09:51 +0000
(12:09 -0400)
Change-Id: I1e3cdec3fb4d3611f1d912b4ec7a020ac1013a0b
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
installers/osm_health.sh
patch
|
blob
|
history
diff --git
a/installers/osm_health.sh
b/installers/osm_health.sh
index
3a7eaf9
..
2be8ce4
100755
(executable)
--- a/
installers/osm_health.sh
+++ b/
installers/osm_health.sh
@@
-1,6
+1,6
@@
#!/bin/sh
-WAIT_TIME=
3
0
+WAIT_TIME=
6
0
NUM_SERVICES_WITH_HEALTH=3
while getopts "w:s:n:" o; do