Skip to content

Commit

Permalink
Fixed AWS SQS integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
noctarius committed Nov 30, 2023
1 parent 6f28cf0 commit c80e5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/aws_sqs/aws_sqs_sink_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (asits *AwsSqsIntegrationTestSuite) Test_Aws_Sqs_Sink() {
aws.String(sqs.QueueAttributeNameAll),
},
QueueUrl: aws.String(address),
MaxNumberOfMessages: aws.Int64(1),
MaxNumberOfMessages: aws.Int64(10),
VisibilityTimeout: aws.Int64(60),
})
if err != nil {
Expand Down

0 comments on commit c80e5a5

Please sign in to comment.