diff --git a/tools/run-app.js b/tools/run-app.js index dd76935230..17bf315ba4 100644 --- a/tools/run-app.js +++ b/tools/run-app.js @@ -633,8 +633,9 @@ _.extend(AppRunner.prototype, { while (true) { crashTimer = setTimeout(function () { + console.log("CRASH TIMER") crashCount = 0; - }, 2000); + }, 3000); var runResult = self._runOnce(function () { /* onListen */