Skip to content

Commit ebb6aa4

Browse files
aheritierPierreBtz
andauthored
Fix comment
Co-authored-by: Pierre Beitz <[email protected]>
1 parent e2a120c commit ebb6aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/zendesk/client/v2/RealSmokeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,7 @@ private JobStatus waitJobCompletion(final JobStatus result) {
18771877
assertNotNull(result.getId());
18781878
assertNotNull(result.getStatus());
18791879

1880-
// Let's wait for its completion (30 seconds max)
1880+
// Let's wait for its completion (2 minutes max)
18811881
await().until(() ->
18821882
instance.getJobStatus(result).getStatus() == JobStatus.JobStatusEnum.completed);
18831883

0 commit comments

Comments
 (0)