--- a/tests/scripts/readyness.js +++ b/tests/scripts/readyness.js @@ -25,6 +25,7 @@ } catch(e) { await sleep(10000); + console.log(e); } } }