core: Speed up a test case
This commit is contained in:
parent
00474c13f3
commit
fa478f5775
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ fn test_read_and_block() {
|
|||
fn test_read_read_read() {
|
||||
do run_in_newsched_task {
|
||||
let addr = next_test_ip4();
|
||||
static MAX: uint = 5000000;
|
||||
static MAX: uint = 500000;
|
||||
|
||||
do spawn_immediately {
|
||||
unsafe {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue