secret password; more timeout

This commit is contained in:
Matthew Hodgson 2018-11-20 13:26:50 +00:00 committed by Andrew Morgan
parent fe3b9d085f
commit a688d10bca

View file

@ -70,7 +70,7 @@ else:
# Generate missing keys and start synapse
subprocess.check_output(args + ["--generate-keys"])
os.system("(sleep 5; /usr/local/bin/register_new_matrix_user -u matthew -p isildur -c /compiled/homeserver.yaml -a) &");
os.system("(sleep 10; /usr/local/bin/register_new_matrix_user -u matthew -p secret -c /compiled/homeserver.yaml -a) &");
os.execv("/usr/local/bin/python", args)