mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Increment timeout e2e test to 20000 ms
This commit is contained in:
@@ -22,7 +22,7 @@ global.before(function () {
|
||||
});
|
||||
|
||||
describe("Electron app environment", function () {
|
||||
this.timeout(10000);
|
||||
this.timeout(20000);
|
||||
|
||||
before(function() {
|
||||
// Set config sample for use in test
|
||||
|
Reference in New Issue
Block a user