Skip to content

Commit

Permalink
Patch eventhub test (close #318)
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Apr 19, 2024
1 parent 9918a55 commit 5bbe4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/target/eventhub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ResultsLoop:
select {
case batch := <-resultChannel:
res = append(res, batch)
case <-time.After(1 * time.Second):
case <-time.After(timeout):
break ResultsLoop
}
}
Expand Down

0 comments on commit 5bbe4aa

Please sign in to comment.