Bump timeout

This commit is contained in:
Karl Cordes 2020-11-03 20:32:39 +11:00
parent daf30cf4ce
commit 861df463af
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ $host = $_SERVER['HTTP_HOST'];
Configure::write('smtp_settings', array(
'port' => '25',
'timeout' => '30',
'timeout' => '60',
'host' => 'smtp-relay.gmail.com',
'username' => 'sales',
'password' => 'S%s\'mMZ})MGsg$k!5N|mPSQ>}'));

View file

@ -1,4 +1,4 @@
ID=$(docker ps -qf ancestor='cmc:latest')
export ID=$(docker ps -qf ancestor='cmc:latest')
docker kill $ID
sleep 1
docker run -d --restart always -p 127.0.0.1:8888:80 \