Browse Source

Longer nexttick ordering test

Closes GH-604.
v0.7.4-release
Jorge Chamorro Bieling 14 years ago
committed by Ryan Dahl
parent
commit
ff7fc093a1
  1. 2
      test/simple/test-next-tick-ordering.js

2
test/simple/test-next-tick-ordering.js

@ -2,7 +2,7 @@ var common = require('../common');
var assert = require('assert'); var assert = require('assert');
var i; var i;
var N = 30; var N = 333;
var done = []; var done = [];
function get_printer(timeout) { function get_printer(timeout) {

Loading…
Cancel
Save