Skip to content

Commit fa478f5

Browse files
committed
core: Speed up a test case
1 parent 00474c1 commit fa478f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/rt/uvio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ fn test_read_and_block() {
438438
fn test_read_read_read() {
439439
do run_in_newsched_task {
440440
let addr = next_test_ip4();
441-
static MAX: uint = 5000000;
441+
static MAX: uint = 500000;
442442

443443
do spawn_immediately {
444444
unsafe {

0 commit comments

Comments
 (0)