Skip to content

Commit

Permalink
batch_test:fix check error
Browse files Browse the repository at this point in the history
  • Loading branch information
asddongmen committed Nov 7, 2021
1 parent 27c232c commit 78153a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/orchestrator/batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func TestGetBatchResponse(t *testing.T) {
}()

ctx, cancel := context.WithTimeout(context.Background(), time.Minute*5)
defer cancel()

tickCounter := 0
ticker := time.NewTicker(10 * time.Millisecond)
Expand Down

0 comments on commit 78153a8

Please sign in to comment.