Skip to content

Commit 7e7e33c

Browse files
author
urso
committed
Fix test max file size
1 parent 1b5cd6f commit 7e7e33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pq/pq_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ func TestQueueOperations(testing *testing.T) {
244244
},
245245
config: config{
246246
File: txfile.Options{
247-
MaxSize: 64 * 1024,
247+
MaxSize: 128 * 1024,
248248
PageSize: 4 * 1024,
249249
Prealloc: true,
250250
},

0 commit comments

Comments
 (0)