Przeglądaj źródła

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

Piotrek Koszuliński 9 lat temu
rodzic
commit
d67e69f9d9
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      bender.js

+ 4 - 1
bender.js

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