Skip to content

Commit

Permalink
Longer nexttick ordering test
Browse files Browse the repository at this point in the history
Closes nodejsGH-604.
  • Loading branch information
xk authored and ry committed Feb 1, 2011
1 parent df6e497 commit ff7fc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-next-tick-ordering.js
Expand Up @@ -2,7 +2,7 @@ var common = require('../common');
var assert = require('assert');
var i;

var N = 30;
var N = 333;
var done = [];

function get_printer(timeout) {
Expand Down

0 comments on commit ff7fc09

Please sign in to comment.