chore: Increase jest timeout

Tests were failing on my personal machine due to this.
This commit is contained in:
Joachim Van Herwegen 2020-11-30 11:38:17 +01:00
parent 961662b692
commit e8f0304b40

View File

@ -26,5 +26,6 @@ module.exports = {
"lines": 100,
"statements": 100
}
}
},
"testTimeout": 10000, // Slower machines had problems calling the WebSocket integration callbacks on time
};