git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dd2943
)
* decrease timeout when killing processes
author
Michal Voců
<michal@ruk.cuni.cz>
Fri, 9 Jun 2006 12:32:15 +0000
(12:32 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Fri, 9 Jun 2006 12:32:15 +0000
(12:32 +0000)
org.glite.lb.common/src/perftest_common.sh
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/perftest_common.sh
b/org.glite.lb.common/src/perftest_common.sh
index
65c9090
..
facad65
100644
(file)
--- a/
org.glite.lb.common/src/perftest_common.sh
+++ b/
org.glite.lb.common/src/perftest_common.sh
@@
-110,7
+110,7
@@
shutdown()
kill -0 $1 > /dev/null 2>&1 && kill $1
if kill -0 $1 >/dev/null 2>&1
then
- sleep
10
+ sleep
2
kill -9 $1 >/dev/null 2>&1
fi
}