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 wrap: on
line diff
--- a/s4-world.sh	Mon Jun 15 13:04:03 2020 +0900
+++ b/s4-world.sh	Mon Jun 15 14:31:57 2020 +0900
@@ -92,6 +92,7 @@
 err "`gdate +%S.%3N` Starting account synchronization[$$]"
 ## cat > tmp/sql <<EOF
 num=$(sqlite3 -bail -cmd 'PRAGMA FOREIGN_KEYS=on' $db <<EOF
+.timeout 1000
 ATTACH DATABASE "$S4MASTERDB" AS m;
 CREATE TABLE IF NOT EXISTS user(name, primary key(name));
 BEGIN;

yatex.org