Skip to content

Commit

Permalink
Update download data timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Jun 18, 2024
1 parent f2f479f commit 7fd2f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/dockerfiles/db.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ RUN <<EOF
mariadb -phelioviewer -e "GRANT ALL ON helioviewer.* to 'helioviewer'@'%'"
sed 's!server = localhost!server=!g' settings/settings.example.cfg > settings/settings.cfg
sed -i 's!/mnt/data/!/tmp/!g' settings/settings.cfg
expect -c 'spawn python3 downloader.py -d hv_soho -s "2023-12-01 00:00:00" -e "2023-12-01 01:00:00"; expect "Sleeping for 30 minutes"'
expect -c 'set timeout 600; spawn python3 downloader.py -d hv_soho -s "2023-12-01 00:00:00" -e "2023-12-01 01:00:00"; expect "Sleeping for 30 minutes"'
pkill mariadb
EOF

0 comments on commit 7fd2f00

Please sign in to comment.