s4

changeset 811:52c249ab4ca6 feature-world

[TEST]Set timeout of account sync to 1000ms
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 15 Jun 2020 14:31:57 +0900
parents ba11fd987baf
children 31df689bad63
files s4-world.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/s4-world.sh	Mon Jun 15 13:04:03 2020 +0900
     1.2 +++ b/s4-world.sh	Mon Jun 15 14:31:57 2020 +0900
     1.3 @@ -92,6 +92,7 @@
     1.4  err "`gdate +%S.%3N` Starting account synchronization[$$]"
     1.5  ## cat > tmp/sql <<EOF
     1.6  num=$(sqlite3 -bail -cmd 'PRAGMA FOREIGN_KEYS=on' $db <<EOF
     1.7 +.timeout 1000
     1.8  ATTACH DATABASE "$S4MASTERDB" AS m;
     1.9  CREATE TABLE IF NOT EXISTS user(name, primary key(name));
    1.10  BEGIN;