Ver Fonte

Hot fixes issue with Istanbul – Bender should restart a test sooner.

Piotrek Koszuliński há 9 anos atrás
pai
commit
d67e69f9d9
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      bender.js

+ 4 - 1
bender.js

@@ -41,7 +41,10 @@ const config = {
 			'build/amd/tests/**/_*/*.js',
 			'build/amd/tests/**/_*/*.js',
 			'!build/amd/ckeditor5/*/lib/**'
 			'!build/amd/ckeditor5/*/lib/**'
 		]
 		]
-	}
+	},
+
+	// Due to https://github.com/ckeditor/ckeditor5/issues/190.
+	testTimeout: 5 * 1000 // 5s
 };
 };
 
 
 module.exports = config;
 module.exports = config;