--- a/.docker/readyness.js +++ b/.docker/readyness.js @@ -24,7 +24,7 @@ break; } catch(e) { - await sleep(1000); + await sleep(15000); } } }