Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
change timeout to upper bound to avoid possible race condition
  • Loading branch information
jcrugzz committed Mar 24, 2013
1 parent 1d788e7 commit c04e4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/net/client-reconnect-test.js
Expand Up @@ -103,7 +103,7 @@ vows.describe('godot/net/client').addBatch({
callback(null, data, (new Date()) - d);
});
});
}, 100);
}, 300);
},
"should send data": function (err, data) {
assert(!err);
Expand Down

0 comments on commit c04e4be

Please sign in to comment.