Skip to content

Commit b9ea201

Browse files
committed
test(deploy): set relax time
1 parent 0b10037 commit b9ea201

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/deploy/tests/applyCouchbaseClusterChanges.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ describe.runIf(
4040
ServerFeatures.ScopeSearchIndexManagement
4141
)
4242
)('applyCouchbaseClusterChanges', { sequential: true, timeout: 180_000 }, async () => {
43+
if (process.env.GITHUB_ACTIONS === 'true') {
44+
await sleep(15_000);
45+
}
46+
4347
const bucketName = 'cbjs_' + getRandomId();
4448
const scopeName = getRandomId();
4549
const collectionName1 = getRandomId();

0 commit comments

Comments
 (0)