Skip to content

Commit d99d0d2

Browse files
committed
chore: More retries for elastic search test
1 parent ca33fe4 commit d99d0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-elasticsearch-driver/test/ElasticSearchOpenDistro.integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('ElasticSearchDriver OpenDistro', () => {
2020
interval: 3 * 1000,
2121
startPeriod: 15 * 1000,
2222
timeout: 500,
23-
retries: 3
23+
retries: 30
2424
})
2525
.withWaitStrategy(Wait.forHealthCheck())
2626
.start();

0 commit comments

Comments
 (0)