diff options
Diffstat (limited to 'tests/matrix/matrix_test.go')
-rw-r--r-- | tests/matrix/matrix_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index 226dfd8..8e71e8f 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -151,7 +151,7 @@ func TestWrite10Tight(t *testing.T) { path := test_helpers.DefaultPlainDir + "/TestWrite10Tight" content := make([]byte, 10) buf := make([]byte, 100) - for i := 0; i < 1000; i++ { + for i := 0; i < 100; i++ { file, err := os.Create(path) if err != nil { t.Fatal(err) |