Skip to content

Commit

Permalink
Read/write more files to be sure we reach the max of open files
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Dec 19, 2014
1 parent cc8d307 commit 290d03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_test/test_store.ml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ let test_read_writes () =
read (i-1)
in
write 1
>>= fun () -> Lwt.join [ write 100; read 100; write 100; read 100; ]
>>= fun () -> Lwt.join [ write 500; read 1000; write 1000; read 500; ]
end

let suite (speed, x) =
Expand Down

0 comments on commit 290d03f

Please sign in to comment.