Skip to content

Commit e4b96ff

Browse files
authored
fix(tests): decrease occurences of unreliable CDK tests (#3002)
1 parent 5c58bd4 commit e4b96ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cdk/detectCdkProjects.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('detectCdkProjects', function () {
2626
return await detectCdkProjects(dirs)
2727
},
2828
{
29-
timeout: 3000,
29+
timeout: 10000,
3030
interval: 250,
3131
truthy: true,
3232
}

0 commit comments

Comments
 (0)