Skip to content

Commit

Permalink
Fix test max file size
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Mar 29, 2018
1 parent 1b5cd6f commit 7e7e33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pq/pq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func TestQueueOperations(testing *testing.T) {
},
config: config{
File: txfile.Options{
MaxSize: 64 * 1024,
MaxSize: 128 * 1024,
PageSize: 4 * 1024,
Prealloc: true,
},
Expand Down

0 comments on commit 7e7e33c

Please sign in to comment.