projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e352dd9
)
Relax FB reconfig timings even more
Peter Rabbitson [Mon, 3 Dec 2012 10:30:35 +0000 (11:30 +0100)]
maint/travis-ci_prepare_env
patch
|
blob
|
blame
|
history
diff --git
a/maint/travis-ci_prepare_env
b/maint/travis-ci_prepare_env
index
5d2337d
..
6ccaa7a
100755
(executable)
--- a/
maint/travis-ci_prepare_env
+++ b/
maint/travis-ci_prepare_env
@@
-146,8
+146,10
@@
else
wait
sleep 1
'
+ sync
# restart the server for good measure
sudo /etc/init.d/firebird2.5-super stop || true
+ sleep 3
sudo /etc/init.d/firebird2.5-super start
) ; then
EX=$?