projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
652fbb4
)
Sometimes it takes 2 sec for Pazpar2 to stop
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 13 Oct 2009 13:54:11 +0000
(15:54 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 13 Oct 2009 13:54:11 +0000
(15:54 +0200)
test/run_pazpar2.sh
patch
|
blob
|
history
diff --git
a/test/run_pazpar2.sh
b/test/run_pazpar2.sh
index
82cb708
..
cdc6ee4
100755
(executable)
--- a/
test/run_pazpar2.sh
+++ b/
test/run_pazpar2.sh
@@
-122,10
+122,9
@@
IFS="$oIFS"
# Kill programs
-sleep 1
if test -n "$PP2PID"; then
kill $PP2PID
- sleep 1
+ sleep 2
fi
exit $code