mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Increase jest timeout
Tests were failing on my personal machine due to this.
This commit is contained in:
parent
961662b692
commit
e8f0304b40
@ -26,5 +26,6 @@ module.exports = {
|
|||||||
"lines": 100,
|
"lines": 100,
|
||||||
"statements": 100
|
"statements": 100
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"testTimeout": 10000, // Slower machines had problems calling the WebSocket integration callbacks on time
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user