Skip to content

Commit f12e122

Browse files
committed
minor fix about "inject-js"
1 parent 7b53c33 commit f12e122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/automation/inject-js/mocha_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ describe('inject-js',function(){
99
var server, child, result;
1010

1111
before(function(done) {
12+
this.timeout(0);
1213
server = createTCPServer(13013);
1314
child = spawnChildProcess(path.join(curDir, 'internal'));
1415
server.on('connection', function(socket) {

0 commit comments

Comments
 (0)