Skip to content

Commit

Permalink
Every second
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Feb 8, 2024
1 parent 6ac5f91 commit df11d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/smoke/ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestOCRv2Basic(t *testing.T) {
if err != nil {
t.Log(err)
}
time.Sleep(time.Second * 5)
time.Sleep(time.Second)
}
}()

Expand Down

0 comments on commit df11d45

Please sign in to comment.