Increase partcipant timeout
This commit is contained in:
parent
d88aedea1f
commit
64b784470b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import { randomString } from "./randomstring";
|
||||||
|
|
||||||
const CONF_ROOM = "me.robertlong.conf";
|
const CONF_ROOM = "me.robertlong.conf";
|
||||||
const CONF_PARTICIPANT = "me.robertlong.conf.participant";
|
const CONF_PARTICIPANT = "me.robertlong.conf.participant";
|
||||||
const PARTICIPANT_TIMEOUT = 1000 * 5;
|
const PARTICIPANT_TIMEOUT = 1000 * 15;
|
||||||
|
|
||||||
function waitForSync(client) {
|
function waitForSync(client) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
|
Loading…
Reference in a new issue