Skip to content

Commit

Permalink
still debugging delays
Browse files Browse the repository at this point in the history
  • Loading branch information
bigchem committed Mar 4, 2023
1 parent d8f0685 commit 293e314
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo-data/insert_databases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ROOT=
mysql $ROOT < sqlsetup.sql
mysql $ROOT metaserver_demo < metaserver_demo.sql
mysql $ROOT ochem_demo < ochem_demo.sql
mysql $ROOT structures_demo < structures_demo.sql
mysql $ROOT fragment_demo < fragment_demo.sql
mysql $ROOT ochem_demo -e "drop table flyway_schema_history"
mysql $ROOT fragment_demo < fragment_demo.sql
mysql $ROOT structures_demo < structures_demo.sql
2 changes: 1 addition & 1 deletion docker/ochem-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
networks:
- ochem-demo
healthcheck:
test: "mariadb ochem_demo -e 'describe ValidationSet'"
test: "mariadb structures_demo -e 'select 1'"
interval: 1s
retries: 300

Expand Down
2 changes: 1 addition & 1 deletion docker/ochem-firm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
networks:
- ochem-demo
healthcheck:
test: "mariadb ochem_demo -e 'describe ValidationSet'"
test: "mariadb structures_demo -e 'select 1'"
interval: 1s
retries: 300

Expand Down

0 comments on commit 293e314

Please sign in to comment.