Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Aug 8, 2024
1 parent bd928e9 commit b24f444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/crib/ocr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ func TestCRIB(t *testing.T) {
return false
}
return true
}, 3*time.Minute, 5*time.Second)
}, 10*time.Minute, 5*time.Second)
}

0 comments on commit b24f444

Please sign in to comment.