change to 2s polling
Some checks failed
Build and push image for doorman / docker (push) Failing after 20s
Some checks failed
Build and push image for doorman / docker (push) Failing after 20s
This commit is contained in:
parent
9f5a9be29e
commit
9c387c8cd5
@ -87,7 +87,7 @@ export function DoorPage() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}, 1000);
|
}, 2000);
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
clearInterval(timer);
|
clearInterval(timer);
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "twilio-run",
|
"start": "twilio-run",
|
||||||
"deploy": "twilio-run deploy --service-name react-twilio-serverless",
|
"deploy": "twilio-run deploy --service-name doorman",
|
||||||
"clean": "rm -rf assets/* functions/*"
|
"clean": "rm -rf assets/* functions/*"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user