Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
henokgetachew committed Oct 14, 2024
1 parent c1feeaa commit 9d1f4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/check-couchdb-up.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { setupUtils } = require('./mocha-hooks');
let clock;
let originalSetTimeout;
const TIMEOUT_RETRY = 1000; // 1 second
const MAX_RETRIES = 200;
const MAX_RETRIES = 300;

describe('check-couch-up', () => {
beforeEach(async () => {
Expand Down

0 comments on commit 9d1f4e5

Please sign in to comment.