Skip to content

Commit 534e8a3

Browse files
committed
fix tests
1 parent bd0de72 commit 534e8a3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/types/config.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ func AgentConfig() *config.Config {
4949
Time: clientTime,
5050
PermitWithoutStream: clientPermitWithoutStream,
5151
},
52-
MaxMessageReceiveSize: 1,
53-
MaxMessageSendSize: 1,
54-
MaxFileSize: 1,
55-
FileChunkSize: 1,
52+
MaxMessageReceiveSize: 1,
53+
MaxMessageSendSize: 1,
54+
MaxFileSize: 1,
55+
FileChunkSize: 1,
56+
MaxParallelFileOperations: 5,
5657
},
5758
Backoff: &config.BackOff{
5859
InitialInterval: commonInitialInterval,

0 commit comments

Comments
 (0)