Commit 17a3ca7e authored by Sindre Sorhus's avatar Sindre Sorhus

browser-tests - set timeout

parent d3e57434
......@@ -6,7 +6,8 @@ module.exports = function (grunt) {
grunt.initConfig({
simplemocha: {
options: {
reporter: 'mocha-known-issues-reporter'
reporter: 'mocha-known-issues-reporter',
timeout: Infinity,
},
files: {
src: 'allTests.js'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment