Skip to content

Commit

Permalink
Gardening - improve test QueryCollectionsIndexManagerIntegrationTest
Browse files Browse the repository at this point in the history
Seeing occasional 15s on CI as the index has not
finished building.  15s is on the short side so
giving the server a little longer.

Change-Id: I7b05232d00fe812222e4d3a3eff3dce23d96644f
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/215043
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: David Nault <david.nault@couchbase.com>
  • Loading branch information
programmatix committed Sep 4, 2024
1 parent 32b42c8 commit 6b2a47b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
public class QueryCollectionsIndexManagerIntegrationTest extends JavaIntegrationTest {

// time to allow for watch operations that are expected to succeed eventually
private static final Duration watchTimeout = Duration.ofSeconds(15);
private static final Duration watchTimeout = Duration.ofSeconds(60);
private static final String scopeName = UUID.randomUUID().toString();
private static final String collectionName = UUID.randomUUID().toString();

Expand Down

0 comments on commit 6b2a47b

Please sign in to comment.